Remove body from no-content response
As the knots web server now doesn't like this.
This commit is contained in:
parent
72fe3b4e47
commit
b683b455e2
1 changed files with 1 additions and 1 deletions
|
|
@ -245,7 +245,7 @@
|
||||||
|
|
||||||
(define (no-content)
|
(define (no-content)
|
||||||
(list (build-response #:code 204)
|
(list (build-response #:code 204)
|
||||||
""))
|
#f))
|
||||||
|
|
||||||
(define (redirect path)
|
(define (redirect path)
|
||||||
(let ((uri (build-uri 'http
|
(let ((uri (build-uri 'http
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue