Opened 12 years ago
Closed 12 years ago
#286 closed editorial (incorporated)
Content-Length ABNF broken
Reported by: | julian.reschke@… | Owned by: | julian.reschke@… |
---|---|---|---|
Priority: | normal | Milestone: | 14 |
Component: | p1-messaging | Severity: | Active WG Document |
Keywords: | Cc: |
Description
<http://greenbytes.de/tech/webdav/draft-ietf-httpbis-p1-messaging-13.html#header.content-length>:
Content-Length = "Content-Length" ":" OWS 1*Content-Length-v Content-Length-v = 1*DIGIT
This needs to be
Content-Length = "Content-Length" ":" OWS Content-Length-v Content-Length-v = 1*DIGIT
Change History (2)
comment:1 Changed 12 years ago by julian.reschke@…
comment:2 Changed 12 years ago by julian.reschke@…
- Resolution set to incorporated
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
From [1229]:
fix bug in Content-Length ABNF (see #286)