Use ASSQ instead of ASSOC in GET-HEADER
This commit is contained in:
parent
90df993fe2
commit
1dcee71722
|
@ -83,7 +83,7 @@
|
|||
(release-lock *cache-lock*)
|
||||
result))
|
||||
|
||||
(define get-header assoc)
|
||||
(define get-header assq)
|
||||
|
||||
;; Will be needed when we handle POST requests.
|
||||
(define (get-content-length headers)
|
||||
|
|
Loading…
Reference in New Issue