mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-15 01:52:42 +03:00
eyre: send 'no content' headers with no content
This commit is contained in:
parent
a4bfed0f80
commit
8a9534e0ac
@ -843,7 +843,7 @@
|
|||||||
?~ redirect
|
?~ redirect
|
||||||
%- handle-response
|
%- handle-response
|
||||||
:* %start
|
:* %start
|
||||||
:- status-code=200
|
:- status-code=204
|
||||||
^= headers
|
^= headers
|
||||||
:~ ['set-cookie' cookie-line]
|
:~ ['set-cookie' cookie-line]
|
||||||
==
|
==
|
||||||
@ -1282,7 +1282,7 @@
|
|||||||
=^ http-moves state
|
=^ http-moves state
|
||||||
%- handle-response
|
%- handle-response
|
||||||
:* %start
|
:* %start
|
||||||
[status-code=200 headers=~]
|
[status-code=204 headers=~]
|
||||||
data=~
|
data=~
|
||||||
complete=%.y
|
complete=%.y
|
||||||
==
|
==
|
||||||
|
Loading…
Reference in New Issue
Block a user