-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## Problem Message and Request both uses “upgrade” ## Reason S4 Defines Request is following protocol but upgrade for two different reason. ``` public struct Request: Message { ``` ## Fix request.upgrade changes to request.didUpgrade since this is callback function sending all related Zewo/HTTP VeniceX/HTTPClient VeniceX/HTTPSClient VeniceX/HTTPServer VeniceX/HTTPSServer PR Also Stroage[""] Parameter should be consistent for Request use storage["request-upgrade"] for Response use storage["response-connection-upgrade"] cnosistencely
- Loading branch information
Tomohisa Takaoka
committed
Apr 25, 2016
1 parent
06c3706
commit b70bb70
Showing
2 changed files
with
29 additions
and
29 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