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
The response status code 100 means "continue". The Mozilla docs describe it as follows:
The HTTP 100 Continue informational status response code indicates that everything so far is OK and that the client should continue with the request or ignore it if it is already finished.
To have a server check the request's headers, a client must send Expect: 100-continue as a header in its initial request and receive a 100 Continue status code in response before sending the body.
In this case, the events may arrive in the following sequence.
Describe the bug
The response status code 100 means "continue". The Mozilla docs describe it as follows:
In this case, the events may arrive in the following sequence.
In this case, Kindling can't analyze events to get the correct protocol.
The text was updated successfully, but these errors were encountered: