nghttp: Ensure that all settings can be encoded in settings_payload

This commit is contained in:
Tatsuhiro Tsujikawa 2013-12-09 21:12:09 +09:00
parent c3a361fb52
commit 09ba2e8c78
1 changed files with 1 additions and 1 deletions

View File

@ -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)