Skip to content

Conversation

@mmerickel
Copy link
Member

@mmerickel mmerickel commented Apr 4, 2019

Fixes #120

Currently I deprecated send_bytes and it only affects the decision to flush but not how much to flush. Alternative options include:

  1. Remove the setting entirely and emit an error.

  2. Remove the setting but allow it and emit a UserWarning triggering people to remove it from their settings.

  3. Do not deprecate the setting and just define it as only affecting when to flush but not how much. Change the default to 1.

I propose keeping it like I did in the PR and then removing it in waitress 2.0 along with the trusted proxy backward-incompatible changes.

@digitalresistor digitalresistor merged commit b1b1d3e into master Apr 4, 2019
@digitalresistor digitalresistor deleted the so_sndbuf branch April 4, 2019 18:34
@ckcollab
Copy link

ckcollab commented Apr 4, 2019

Thank you :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants