diff options
author | Loïc Hoguin <[email protected]> | 2013-08-26 18:55:41 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2013-08-26 18:56:54 +0200 |
commit | 5388696cf95d6c9b4400952bfcf3fb9db215c63c (patch) | |
tree | eb5c52c44e250e1b2699167e11d297f598e310d5 /guide/protocols.md | |
parent | 0c5a2c3a9097207da803da7ee45cdad2d387a5a4 (diff) | |
download | gun-5388696cf95d6c9b4400952bfcf3fb9db215c63c.tar.gz gun-5388696cf95d6c9b4400952bfcf3fb9db215c63c.tar.bz2 gun-5388696cf95d6c9b4400952bfcf3fb9db215c63c.zip |
Fix server pushed streams
Diffstat (limited to 'guide/protocols.md')
-rw-r--r-- | guide/protocols.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/guide/protocols.md b/guide/protocols.md index 87ab0cf..c3aef6f 100644 --- a/guide/protocols.md +++ b/guide/protocols.md @@ -64,9 +64,9 @@ Messages by protocol This table lists all messages that can be received depending on the current protocol. -| Message | SPDY | HTTP | Websocket | -| -------------------------------- | ---- | ---- | --------- | -| {gun_request, ...} | yes | no | no | +| Message | SPDY | HTTP | Websocket | +| ------------------------------- | ---- | ---- | --------- | +| {gun_push, ...} | yes | no | no | | {gun_response, ...} | yes | yes | no | | {gun_data, ...} | yes | yes | no | | {gun_error, _, StreamRef, _} | yes | yes | no | |