Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(server): Increase MAX_HEADER_FIELD_LENGTH to 4k
In order to be able to handle larger headers than 1k, for example header containing tracking cookies etc. references: - http://nginx.org/en/docs/http/ngx_http_core_module.html#large_client_header_buffers - http://stackoverflow.com/questions/686217/maximum-on-http-header-values
- Loading branch information