You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hey there, I'm having an issue with the low-level client (it might be that the declarative one is also affected, but I didn't try TBH), because some of my upstreams return a large header that won't fit into Netty's default, which is 8192 byte according to the exception I get: Error occurred reading HTTP response: Header size exceeded max allowed size (8192)
I didn't find any clue about the possibility of overriding this default, not in Netty's own documentation and especially not in Micronaut's docs. Does anybody know if it would be somehow possible?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
hey there, I'm having an issue with the low-level client (it might be that the declarative one is also affected, but I didn't try TBH), because some of my upstreams return a large header that won't fit into Netty's default, which is 8192 byte according to the exception I get:
Error occurred reading HTTP response: Header size exceeded max allowed size (8192)
I didn't find any clue about the possibility of overriding this default, not in Netty's own documentation and especially not in Micronaut's docs. Does anybody know if it would be somehow possible?
Beta Was this translation helpful? Give feedback.
All reactions