Updates the regex pattern to avoid a DoS attack against the client trying to perpetually scan the header. This is the same change that requests-gssapi has implemented without any side affects so far https://github.com/pythongssapi/requests-gssapi/pull/22.
Updates the regex pattern to avoid a DoS attack against the client trying to perpetually scan the header. This is the same change that
requests-gssapi
has implemented without any side affects so far https://github.com/pythongssapi/requests-gssapi/pull/22.Fixes https://github.com/requests/requests-kerberos/issues/145 Fixes https://github.com/requests/requests-kerberos/issues/152