diff --git a/33/README.md b/33/README.md index 4922cf5..eb6ce1f 100644 --- a/33/README.md +++ b/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 ## License diff --git a/SUMMARY.md b/SUMMARY.md index 6272a9e..a4e17c0 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -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) diff --git a/spec_33.txt b/spec_33.txt index 6a020d4..d72df52 100644 --- a/spec_33.txt +++ b/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 * State: stable