spring-cloud/spring-cloud-gateway
Auf GitHub ansehenAdd logging when max frame size is exceeded
Open
#1.048 geöffnet am 8. Mai 2019
enhancementhelp wanted
Repository-Metriken
- Stars
- (4.284 Stars)
- PR-Merge-Metriken
- (Durchschn. Merge 1T 21h) (18 gemergte PRs in 30 T)
Beschreibung
When gateway is proxying websocket connections, if a message exceeds the max frame size, the websocket connection is dropped.
(This is related to #163)
However, there's no logging that indicates this has happened, even with TRACE level logging enabled in gateway.
It'd be very helpful if there was a warning message logged within the gateway that indicates this has happened. (Specifically, that the message exceeded the maxFrameSize, so the messages was dropped, and the websocket connection was terminated).