Skip to content

Commit b45b45b

Browse files
author
Dmitri Tikhonov
committed
Change two more references from I-D to RFC 8941
1 parent e697ebb commit b45b45b

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ for each data type until the callback returns a non-zero value, until the end of
5454
`ls_sf_parse()` returns 0 on success and a negative value on failure.
5555

5656
Creation of in-memory structures to represent the parsed Structured Fields and [base64-decoding](
57-
https://tools.ietf.org/html/draft-ietf-httpbis-header-structure-19#section-4.2.7) of Byte Sequences are left as an exercise for the
57+
https://www.rfc-editor.org/rfc/rfc8941.html#name-parsing-a-byte-sequence) of Byte Sequences are left as an exercise for the
5858
caller. There are two reasons for making this design choice:
5959
1. Simplicity. This parser can be used as a foundation for any Structured Fields representation of your choice.
6060
1. Efficiency. No reason to base64-decode something before knowing whether it is needed at all.

ls-sfparser.h

+1-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2222
SOFTWARE.
2323
*/
2424

25-
/* The LiteSpeed Structured Fields Parser parses structured fields decribed in
26-
* https://tools.ietf.org/html/draft-ietf-httpbis-header-structure-19
25+
/* The LiteSpeed Structured Fields Parser parses structured fields (RFC 8941).
2726
*
2827
* It provides a simple streaming interface which allows the user to process
2928
* structured fields in any manner.

0 commit comments

Comments
 (0)