You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 1, 2018. It is now read-only.
Snow Crash throws a warning ‘empty body asset’ for a response with 304 status code. There should not be a warning according the spec.
If the client has performed a conditional GET request and access is allowed, but the document has not been modified, the server SHOULD respond with this status code. The 304 response MUST NOT contain a message-body, and thus is always terminated by the first empty line after the header fields.
Blueprint
### Get a message [GET]
+ Request
...
+ Response 304
Output
warning: empty body asset
The text was updated successfully, but these errors were encountered:
Hi,
Snow Crash throws a warning ‘empty body asset’ for a response with 304 status code. There should not be a warning according the spec.
Blueprint
Output
The text was updated successfully, but these errors were encountered: