Commit 09ba2e8c authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

nghttp: Ensure that all settings can be encoded in settings_payload

parent c3a361fb
......@@ -457,7 +457,7 @@ struct HttpClient {
// received. It is not relevant the upgrade succeeds, or not.
bool upgrade_response_complete;
// SETTINGS payload sent as token68 in HTTP Upgrade
uint8_t settings_payload[16];
uint8_t settings_payload[128];
HttpClient(const nghttp2_session_callbacks* callbacks,
event_base *evbase, SSL_CTX *ssl_ctx)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment