Vatsal
Vatsal
**What do you want to do?** - [x] Request a change to existing documentation - [ ] Add new documentation - [ ] Report a technical problem with the documentation...
### What is the bug? APIs in the specification show response for success scenario. Responses for error scenarios are not added. ### How can one reproduce the bug? Consider [this...
`org.springframework.http.client.reactive.ClientHttpResponse` and its implementations don't process `Expires` Cookie attribute. However, they only process `Max-Age` attribute. Logic defined in [RFC 6265](https://datatracker.ietf.org/doc/html/rfc6265#section-5.3). Point 3 of section 5.3 in this RFC gives higher...
Signed-off-by: Vatsal Closes #632.
### Brief description When TCP segments are sent out of order, scapy's `srp1()` returns `None` for the last segment sent. Expected behaviour: scapy's `srp1()` should return the ACK packet for...