Skip to content

v1.0.1

Compare
Choose a tag to compare
@propertone propertone released this 19 Jan 03:13
· 9 commits to master since this release
  • 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.