-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes #7608 - Jetty-12 MetaData cleanup needed
* Removed unnecessary constructors from MetaData, MetaData.Request and MetaData.Response. * Removed MetaData.Request.getURIString() (available as getHttpURI().toString()). * Renamed MetaData.getFields() -> getHttpFields(), as they can be headers or trailers. * Renamed MetaData.Request.getURI() -> getHttpURI(). * Normalized handling of contentLength, now always -1 (rather than Long.MIN_VALUE) if unknown. * Permutated MetaData.Response constructor parameters to be consistent with MetaData.Request. * MetaData.Request's method and httpURI must be non-null. Signed-off-by: Simone Bordet <[email protected]>
- Loading branch information
Showing
72 changed files
with
377 additions
and
376 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.