SlyMarbo / spdy

[deprecated] A full-featured SPDY library for the Go language.
BSD 2-Clause "Simplified" License
116 stars 13 forks source link

Rewrite to be more idiomatic and simpler #76

Open SlyMarbo opened 9 years ago

SlyMarbo commented 9 years ago

The new structure, though nice for code structure, isn't very idiomatic. Also the package seems more complex and race-prone than it should be. This work will involve a significant rewrite and will result in some breaking changes (namely the loss of the common subpackage) but the API should remain largely the same.

rnapier commented 9 years ago

:+1: