Pylons / waitress

Waitress - A WSGI server for Python 3
https://docs.pylonsproject.org/projects/waitress/en/latest/
Other
1.45k stars 176 forks source link

Fix typo for default TCP backlog in API docs #314

Closed theandrew168 closed 4 years ago

theandrew168 commented 4 years ago

I noticed a small typo in the Waitress API docs. The value "backlog" was shown to have a default of 1204 but should be written to say 1024.

theandrew168 commented 4 years ago

Looks like the linter failed on code that wasn't affected by this PR. I could fix that here, too, but I wouldn't want to lose clarify. I'm open to suggestion!

stevepiercy commented 4 years ago

Thanks for your correction. We should fix the linter situation in a separate PR. Black had a release last month that changed a few things.

@bertjwregeer @mmerickel are y'all OK with the recent changes in Black or do you want to specify more configuration?