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
There may be others missing - it would be worth comparing against the IANA list.
Whilst adding cases to this public enum is technically a breaking change, we do not realistically expect someone to exhaustively switch over it (ie. without a default case), and so we feel this is a reasonable change to make as a bug fix.
This change needs to be made to both Kitura-net and Kitura-NIO.
The text was updated successfully, but these errors were encountered:
The
public enum HTTPStatusCode
is missing a number of values that are registered with IANA:https://www.iana.org/assignments/http-status-codes/http-status-codes.xhtml
The ones that I spotted are:
423: Locked
425: Too Early
426: Upgrade Required
There may be others missing - it would be worth comparing against the IANA list.
Whilst adding cases to this public enum is technically a breaking change, we do not realistically expect someone to exhaustively switch over it (ie. without a
default
case), and so we feel this is a reasonable change to make as a bug fix.This change needs to be made to both Kitura-net and Kitura-NIO.
The text was updated successfully, but these errors were encountered: