Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

POST method fix, Now HttpHandler is called for POST, and fix for Websocket on latest Safari #9

Open
wants to merge 39 commits into
base: master
Choose a base branch
from

Conversation

ummarbhutta
Copy link

@ummarbhutta ummarbhutta commented Nov 22, 2016

This is fix for Bug #6 as well as fix for WebSocket handshake issue on the Safari browser latest version using IPad Pro, same issue is thrown on Mac book pro using Safari Version 10.0.1 (11602.2.14.0.7), It is due to reason of wrong HTTP version sent in upgrade to web-socket response. Expected value is HTTP/1.1 but HTTP/1.0 is returned from this server. After this fix it is working fine on IPad and all other major browsers.

Snapshot of web-socket error on 4shared.com

@ummarbhutta ummarbhutta changed the title POST method fix, Now HttpHandler is called for POST POST method fix, Now HttpHandler is called for POST, and fix for Websocket on latest Safari Nov 22, 2016
UmmarIqbal and others added 27 commits March 9, 2017 17:16
… refactoring + HttpRequestProcessor class refactoing
…ata fetching + Single session deletion logic update
…nd HybridSessionStorageHandler class code update and fixes)
…Session files storage path creation issue fixes
UmmarIqbal and others added 10 commits May 17, 2017 12:13
2- HttpHandlerBase abstract class for availability of Request, Response, and Session Handler through out the inherited handler rather than passing as parameter to 'Handle Request' method.
…nDataCache type update to dictionary of objects to handle complex data.
- We need a new instance of HttpRequestHandler for every request to handle this situation, For now there is one instance only which is logically incorrect and request/response get corrupted in case of parallel requests
- A Factory class could be a solution
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants