gfwellman
gfwellman
> Oh, it goes ahead and attempts to send a response if there was a timeout by calling `_conditional_error()` and that is unprotected. > > FWIW changing `if errnum in...
> Should we skip the 408 error case **and** add this error to `errors.socket_errors_to_ignore` so it skips the 500 error case? I guess not, since that results in the application...
> I guess not, since that results in the application dying without a stack trace instead of with one. That was a mistake in my interpretation of events. The application...
One more comment in case anyone runs into this error for the same reason I did. Yes, my proposed fix above will prevent Cheroot from crashing, but if 'The write...