v1.0.1
- Fix an issue introduced in v1.0.0 that could cause the server to hang after receiving a request with no body that could not be authenticated.
- When a request could not be authenticated, WSGI-Kerberos now buffers no more than 64K of the request at a time before sending the response.
- Increase the default
read_max_on_auth_fail
from 10 MB to 100 MB.