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
My first inkling is it doesn't. Looking at this snippet below it seems as if if the ping request doesn't have any application data we don't send a proper pong.
It's possible this is part of the Ping/Pong spec and I'm not aware of it.
What I would assume here is if the buffer is empty we just place the FIN | PONG flags on the buffer and send it.
My first inkling is it doesn't. Looking at this snippet below it seems as if if the ping request doesn't have any application data we don't send a proper pong.
It's possible this is part of the Ping/Pong spec and I'm not aware of it.
What I would assume here is if the buffer is empty we just place the FIN | PONG flags on the buffer and send it.
qpid-proton-j-extensions/src/main/java/com/microsoft/azure/proton/transport/ws/impl/WebSocketHandlerImpl.java
Lines 33 to 52 in 8c715f3
The text was updated successfully, but these errors were encountered: