• William Chan's avatar
    http/spdy: improve error handling. · 5af8e53a
    William Chan authored
    Create a new spdy.Error type that includes the enumerated error type and
    the associated stream id (0 if not associated with a specific stream).
    This will let users handle errors differently (RST_STREAM vs GOAWAY).
    
    R=bradfitz, rsc, rogpeppe
    CC=golang-dev
    https://golang.org/cl/4532131
    5af8e53a
Name
Last commit
Last update
..
Makefile Loading commit data...
read.go Loading commit data...
spdy_test.go Loading commit data...
types.go Loading commit data...
write.go Loading commit data...