ostinelli / misultin

Misultin (pronounced mee-sool-téen) is an Erlang library for building fast lightweight HTTP(S) servers, which also supports websockets.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Firefox 7 websockets (HTTP Header)

egobrain opened this issue · comments

There is problem with header check function
it can't valid header in Firefox 7 because of this line in header.
The problem is because of multiple parameters, split by ","
{'Connection',"keep-alive, Upgrade"},
I created simple patch to solve this problem https://gist.github.com/1180310

can't merge as is, got your point. will add asap.

closed, thank you 8539690