Skip to content

Commit 7cf433d

Browse files
committed
add TODO checkboxes
1 parent 0115904 commit 7cf433d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Protocol.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ Frame Contents
269269
Error Data
270270
```
271271

272-
1. __Error Data__: error information.
272+
* __Error Data__: error information.
273273

274274
An ERROR frame is used for dual purposes:
275275
* As a means for a server to reject a SETUP frame.
@@ -465,12 +465,12 @@ Upon sending a ERROR, the stream is terminated on the Responder.
465465

466466
### TODO
467467

468-
1. REQUEST_N needs to return point in stream in some way. Or even a new header type REQUEST_N_POSITIONED, or POSITION header, e.g.
469-
* object (NEXT) counter kept as Requester stat for the stream
470-
1. Connection instance
468+
- [ ] REQUEST_N needs to return point in stream in some way. Or even a new header type REQUEST_N_POSITIONED, or POSITION header, e.g.
469+
* object (NEXT) counter (and/or RESPONSE byte counter) kept as Requester stat for the stream
470+
- Connection instance
471471
* Requester instance
472472
* Responder instance
473-
1. Exlicit METADATA needed?
473+
- [ ] Exlicit METADATA needed?
474474
* need to understand metadata semantics
475475
* could be flag or explicit frame type or if needed to be attached to specific NEXT, could be option header
476-
1. Handling the unexpected questions
476+
- [ ] Handling the unexpected questions

0 commit comments

Comments
 (0)