statianzo / Fleck

C# Websocket Implementation
MIT License
2.28k stars 583 forks source link

Is support rfc6455? #103

Closed GF-Huang closed 10 years ago

GF-Huang commented 10 years ago

hello, is Fleck support rfc 6455?

statianzo commented 10 years ago

Yes. It was built against the Hybi-13 draft, that was the last implementation revision (14-17 were documentation) that became 6455

GF-Huang commented 10 years ago

oh, thanks a lot

发自我的 iPhone

在 2014年8月6日,19:59,Jason Staten notifications@github.com 写道:

Yes. It was built against the Hybi-13 draft, that was the last implementation revision (14-17 were documentation) that became 6455

— Reply to this email directly or view it on GitHub.

GF-Huang commented 10 years ago

and what's the meaning of " 14-17 were documentation " ?

statianzo commented 10 years ago

Hybi drafts 14, 15, 16, and 17 were all revisions with clarifications.

See the various versions here: http://tools.ietf.org/html/draft-ietf-hybi-thewebsocketprotocol-17

GF-Huang commented 10 years ago

Then what's different between Hybi-13 and rfc6455?

statianzo commented 10 years ago

From an implementation standpoint, nothing. Hybi-13 was a draft of the spec, and rfc6455 is the formally accepted version.

GF-Huang commented 10 years ago

oh i see, thanks for your guidance!