Skip to content

Commit

Permalink
Merge pull request #97 from yrashk/fix-zhttp-rfc-number
Browse files Browse the repository at this point in the history
Problem: 33/ZHTTP erroneously referred to as 8/ZHTTP
  • Loading branch information
hintjens committed May 25, 2016
2 parents 2ebe7bc + 200116e commit d59de17
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 33/README.md
@@ -1,6 +1,6 @@
This document describes a protocol for performing HTTP requests and responses over ZeroMQ. It is partly modeled after the protocols of Mongrel2 and ZeroGW, but with the addition of streaming capability and credits-based flow control.

* Name: http://rfc.zeromq.org/spec:8/ZHTTP
* Name: http://rfc.zeromq.org/spec:33/ZHTTP
* Editor: Justin Karneges <justin@fanout.io>

## License
Expand Down
2 changes: 1 addition & 1 deletion SUMMARY.md
Expand Up @@ -4,7 +4,7 @@
* Raw
* [14/WMP](14/README.md)
* Draft
* [8/ZHTTP](8/README.md)
* [33/ZHTTP](33/README.md)
* [11/MTL](11/README.md)
* [18/MDP](18/README.md)
* [35/FILEMQ](35/README.md)
Expand Down
2 changes: 1 addition & 1 deletion spec_33.txt
@@ -1,6 +1,6 @@
This document describes a protocol for performing HTTP requests and responses over ZeroMQ. It is partly modeled after the protocols of Mongrel2 and ZeroGW, but with the addition of streaming capability and credits-based flow control.

* Name: rfc.zeromq.org/spec:8/ZHTTP
* Name: rfc.zeromq.org/spec:33/ZHTTP
* Editor: Justin Karneges <justin@fanout.io>
* State: stable

Expand Down

0 comments on commit d59de17

Please sign in to comment.