wsgi
Here are 244 public repositories matching this topic...
Following from #1236, the tornado worker should behave like the other workers.
On graceful shutdown:
- Stop accepting and close the listening socket
- Start a graceful shutdown timer
- Force end all connections if there are running requests after the timeout expires
I think that the call to server.stop() is already stopping it from accepting, but I don't know if it closes the listener
Also a duplicate of #820.
The docs state the following;
Bottle uses the charset parameter of the Content-Type header to decide how to encode unicode strings. This header defaults to text/html; charset=UTF8 and can be changed using the Response.content_type attribute or by setting the Response.charset attribute directly. (The Response object is
Some old dunder methods from Python 2 are still present, and some new ones are missing. Go through and make sure it matches up with https://docs.python.org/3/reference/datamodel.html#special-method-names.
It might be good to sort the methods so they're in the same order as those docs.
When we remove the page on scaffolds (docs/narr/scaffolding.rst), we need to set up a redirect to in RTD Admin > Redirects for the master branch, latest, and stable.docs/narr/cookiecutters.rst in the docs.pylonsproject.org nginx configuration
- master
- latest
- stable
Example for master:
lo- pulsar version: N/A
- python version: N/A
- platform: N/A
Description
It seems that your documentation hosted at https://docs.pulsarweb.org/ is unavailable.
When I try to access it I get the following message:
Error 1014 Ray ID: 4598be0f691559cc • 2018-09-13 07:01:25 UTC
CNAME Cross-User Banned
What happened?
You've requested a page on a website that is par
-
Updated
Jul 15, 2020 - JavaScript
Hi,
with Zope 2 some symbols were readily available for use - even without importing them.
I recall DateTime and maybe others. (test?)
While this always confused me, and I am happy they are gone, could we please add a note to the upgrade instruction from Zope 2 to 4 / 5??
https://zope.readthedocs.io/en/latest/migrations/zope4/index.html
Maybe somebody knows what has changed exa
aiohttp-wsgi shouldn't touch the logging configuration or at least provide an option to instruct it not to.
Here is a real life scenario where the setup done by aiohttp-wsgi is problematic: a Django user has a custom configuration for the aiohttp logger:
# in Django settings.py
LOGGING = {
"loggers": {
"aiohttp": {
"level": "ERROR"
}
-
Updated
May 25, 2020 - Python
-
🐞 bug report -
🐣 feature request -
❓ question about the decisions made in the repository
AssertionError is raised and used in try/except in runtime. This is wrong and error-prone. A proper exception type must be used instead.
-
Updated
Jun 30, 2020 - Dockerfile
Document citation.
-
Updated
Sep 28, 2017 - Python
test_add_unit_of_work unit test fails
-
Updated
May 28, 2020 - Python
-
Updated
Oct 21, 2019 - Python
-
Updated
May 27, 2019 - Python
-
Updated
Mar 28, 2016 - Python
-
Updated
Jan 5, 2020 - Python
-
Updated
Aug 27, 2019 - Python
-
Updated
Jul 19, 2019 - Python
-
Updated
Jun 15, 2017 - Python
Improve this page
Add a description, image, and links to the wsgi topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the wsgi topic, visit your repo's landing page and select "manage topics."
There are many pages in the docs that have different overlapping information about error handlers:
These need to