ok2c commented on a change in pull request #165: Fix
`SETTINGS_HEADER_TABLE_SIZE` implementation
URL:
https://github.com/apache/httpcomponents-core/pull/165#discussion_r357553330
##########
File path:
httpcore5-h2/src/main/java/org/apache/hc/core5/http2/impl/nio/AbstractH2StreamMultiplexer.java
##########
@@ -1188,7 +1188,7 @@ private void produceOutput() throws HttpException,
IOException {
private void applyRemoteSettings(final H2Config config) throws
H2ConnectionException {
remoteConfig = config;
- hPackDecoder.setMaxTableSize(remoteConfig.getMaxHeaderListSize());
+ hPackEncoder.setMaxTableSize(remoteConfig.getHeaderTableSize());
Review comment:
@rschmitt Mea cupla
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]