summaryrefslogtreecommitdiff
path: root/cookie.go
AgeCommit message (Collapse)Author
2018-10-27Handle Conn's spawned goroutines upon close, ...jEzEk
fix double close panic, fix occaional panic on sudden connection to server close handle all channel waitings in cookies and requests properly
2015-04-26Remove panics/fatal errors.Andrew Gallant
Fixes #9. This makes shutdown a little more graceful, but there's more work to be done here. Namely, all outstanding cookies need to be given the error, otherwise they will block forever.
2012-06-05Doc fixes and stop exporting ReplyChecked and ReplyUncheckedAndrew Gallant (Ocelot)
2012-05-26Doc touchups.Andrew Gallant (Ocelot)
2012-05-10a huge commit. splitting extensions into their own sub-packages.Andrew Gallant (Ocelot)
2012-05-07added testsAndrew Gallant (Ocelot)
2012-05-05extensions are working! extensions are working!Andrew Gallant (Ocelot)
2012-05-05oh momma. a lot of modifications and it appears to be working. w00t.Andrew Gallant (Ocelot)