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
Hi, sorry for putting a bunch of issues into one discussion, I can split them if you'd prefer.
I noticed that if the vhost option is not specified and the selected STOMP version is 1.1, stomp.py will send a STOMP command without host header, please refer to #420 for more details.
I also noticed that stomp.py CLI does not accept the vhost argument, please refer to #421 for more details.
As per the STOMP protocol specification, the host header MUST be set for procol version 1.1 and 1.2; in our case, would also be great to do so via the stomp.py CLI.
The text was updated successfully, but these errors were encountered:
Hi, sorry for putting a bunch of issues into one discussion, I can split them if you'd prefer.
I noticed that if the
vhost
option is not specified and the selected STOMP version is 1.1,stomp.py
will send a STOMP command withouthost
header, please refer to #420 for more details.I also noticed that
stomp.py
CLI does not accept thevhost
argument, please refer to #421 for more details.As per the STOMP protocol specification, the host header MUST be set for procol version 1.1 and 1.2; in our case, would also be great to do so via the
stomp.py
CLI.The text was updated successfully, but these errors were encountered: