Problems with protocol judgement
shanjunmei opened this issue · 1 comments
shanjunmei commented
reverse_ssh/pkg/mux/multiplexer.go
Line 212 in 6c8654e
The code protocol only gets the first three bytes, which means that all http requests will be misjudged except for GET and PUT methods, e.g. POST has four bytes
NHAS commented
Yep definitely an oversight. Thanks!