Skip to content
This repository has been archived by the owner on Dec 18, 2018. It is now read-only.

Return different status codes depending on condition #653

Closed
benaadams opened this issue Feb 23, 2016 · 2 comments
Closed

Return different status codes depending on condition #653

benaadams opened this issue Feb 23, 2016 · 2 comments

Comments

@benaadams
Copy link
Contributor

Surface different error types, possibles

400 Bad Request + close connection? #181 (Resolved by #619)
408 Request Timeout (Resolved by #485)
413 Payload Too Large #478
414 URI Too Long / 431 Request Header Fields Too Large #475

halter73 referenced this issue in benaadams/KestrelHttpServer Feb 24, 2016
@muratg muratg added this to the 1.0.0-rc2 milestone Mar 1, 2016
@muratg muratg added the task label Mar 1, 2016
@muratg muratg modified the milestones: Backlog, 1.0.0-rc2 Mar 14, 2016
@muratg muratg modified the milestones: 1.1.0, Backlog Jul 25, 2016
@muratg
Copy link
Contributor

muratg commented Jul 25, 2016

This will partially be covered by @CesarBS's other assigned items

@cesarblum
Copy link
Contributor

cesarblum commented Aug 5, 2016

@muratg I'll actually work on those items first and then work on this one.

cesarblum pushed a commit that referenced this issue Sep 21, 2016
- 414 when request line exceeds size limit
- 431 when request headers exceed size or count limits
- 505 when request line contains unsupported HTTP version
cesarblum pushed a commit that referenced this issue Sep 22, 2016
- 414 when request line exceeds size limit
- 431 when request headers exceed size or count limits
- 505 when request line contains unsupported HTTP version
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants