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
As shown in apple/swift-nio-ssl#539, when responding to a CONNECT request, if you send a .end then we will happily send a chunk-encoded empty blob. That is, the code below:
As shown in apple/swift-nio-ssl#539, when responding to a CONNECT request, if you send a
.end
then we will happily send a chunk-encoded empty blob. That is, the code below:is incorrect. The
.end
should not be sent.We can do better than this, and refuse to send anything in this context.
The text was updated successfully, but these errors were encountered: