William Chan (陈智昌)
unread,Feb 4, 2012, 5:11:42 PM2/4/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to spdy...@googlegroups.com
Basically, for situations where we detect an internal error, not caused by the peer, I'd like to use INTERNAL_ERROR. Currently, the best alternative is the generic PROTOCOL_ERROR. An example of a situation where I'd like to use this is when we detect a flow control window size accounting error and need to terminate the stream with a RST_STREAM. I think it'd be nice to use a INTERNAL_ERROR status code rather than PROTOCOL_ERROR. I am electing not to use FLOW_CONTROL_ERROR since that currently indicates that the peer is at fault.