Skip to content
#

wsgi

Here are 244 public repositories matching this topic...

tilgovi
tilgovi commented Apr 21, 2020

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

foxx
foxx commented Mar 8, 2018

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

pierec
pierec commented Sep 13, 2018
  • 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
jugmac00
jugmac00 commented Apr 1, 2020

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

cheroot

Improve this page

Add a description, image, and links to the wsgi topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the wsgi topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.