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