allinurl/gwsocket

maybe a bug for http response field

lrobot opened this issue · 2 comments

headers->upgrade = xstrdup ("Upgrade");

-headers->upgrade = xstrdup ("Upgrade");
+headers->connection = xstrdup ("Upgrade");

Thank you reporting this. It's definitely a bug. Would you be able to submit a PR for this?

v0.4 is out. This should be fixed. Thank you!