mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
fix name...
* module/web/request.scm (read-request-body/latin-1): Fix name...
This commit is contained in:
parent
e46f69e25c
commit
a9a2065540
1 changed files with 1 additions and 1 deletions
|
@ -192,7 +192,7 @@
|
|||
;; Probably not what you want to use "in production". Relies on one byte
|
||||
;; per char because we are in latin-1 encoding.
|
||||
;;
|
||||
(define (read-response-body/latin-1 r)
|
||||
(define (read-request-body/latin-1 r)
|
||||
(cond
|
||||
((request-content-length r) =>
|
||||
(lambda (nbytes)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue