syntax of comma separated list which is the field value of the
Transfer-Encoding header: needs a single SP less
This commit is contained in:
parent
d174ad3954
commit
630c77d83f
|
@ -77,7 +77,7 @@
|
||||||
(if (not field-value)
|
(if (not field-value)
|
||||||
#f
|
#f
|
||||||
|
|
||||||
; the field value is a list of transfer-codings (3.6),
|
; the field value is a comma-separated list of transfer-codings (3.6),
|
||||||
; extract the last transfer-coding in the list
|
; extract the last transfer-coding in the list
|
||||||
(let* ((reversed-field-value (string-reverse field-value))
|
(let* ((reversed-field-value (string-reverse field-value))
|
||||||
(index ; does the list contain more than one element?
|
(index ; does the list contain more than one element?
|
||||||
|
|
Loading…
Reference in New Issue