-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: chap/HTTPClient
base: master
head repository: interactive-matter/HTTPClient
compare: master
- 15 commits
- 4 files changed
- 6 contributors
Commits on Mar 1, 2012
-
Configuration menu - View commit details
-
Copy full SHA for 09e0461 - Browse repository at this point
Copy the full SHA 09e0461View commit details
Commits on Dec 25, 2012
-
Merge pull request interactive-matter#6 from ppicazo/fedora-compilati…
…on-error Use const char* for requestType.
Configuration menu - View commit details
-
Copy full SHA for c889179 - Browse repository at this point
Copy the full SHA c889179View commit details
Commits on Jan 5, 2013
-
Configuration menu - View commit details
-
Copy full SHA for 3ad4d57 - Browse repository at this point
Copy the full SHA 3ad4d57View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ad8652 - Browse repository at this point
Copy the full SHA 7ad8652View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e7f999 - Browse repository at this point
Copy the full SHA 4e7f999View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a6843d - Browse repository at this point
Copy the full SHA 4a6843dView commit details -
Merge pull request interactive-matter#7 from alexanderdean/master
Overhauled README
Configuration menu - View commit details
-
Copy full SHA for 214a5ff - Browse repository at this point
Copy the full SHA 214a5ffView commit details
Commits on Jul 11, 2013
-
suppress static, so it work more thazn one time
uses char instead of int credit to https://github.com/salanki
unknown authored and unknown committedJul 11, 2013 Configuration menu - View commit details
-
Copy full SHA for 611b4d9 - Browse repository at this point
Copy the full SHA 611b4d9View commit details -
Uses \r\n instead of only \n in the HTTP headers, this is needed for …
…some HTTP implementations For example: Thin for Ruby users. Credit to https://github.com/salanki Adjust Content-Length and data (only one \n at the end
unknown authored and unknown committedJul 11, 2013 Configuration menu - View commit details
-
Copy full SHA for 98291a4 - Browse repository at this point
Copy the full SHA 98291a4View commit details
Commits on Aug 27, 2015
-
Merge pull request interactive-matter#10 from net1957/master
Adjust line delimiter, correct end of headres search
Configuration menu - View commit details
-
Copy full SHA for df2b36f - Browse repository at this point
Copy the full SHA df2b36fView commit details
Commits on Sep 14, 2015
-
Added error handling to skipHeaders to prevent usable of httpReturnCo…
…de on invalid returns Added error handling to skipHeaders to prevent usable of httpReturnCode on invalid returns
Apollon77 authored and Apollon77 committedSep 14, 2015 Configuration menu - View commit details
-
Copy full SHA for c2682e1 - Browse repository at this point
Copy the full SHA c2682e1View commit details
Commits on Sep 17, 2015
-
Simplified check because it is only relevant if the status code could be read - all other error cases are handled by later code too
Configuration menu - View commit details
-
Copy full SHA for 115b0db - Browse repository at this point
Copy the full SHA 115b0dbView commit details
Commits on Sep 21, 2015
-
make sure all connections are closed properly on client side
When the server closed the connection and all data are read, the socket is in „CLOSE-WAIT“ status … but in this combination „connected“ returns false, even if the socket is not really closed on the client. This is not a real problem because normally „CLOSE_WAIT“ sockets are reused for new connections, but it may end up in problems any may cause problems. (I try to tackle down the effect that sometimes no more connections are possible …) The solution is to call „stop“ in any case when the Stream should be closed because with this the connection is closed correctly in any case. A double call is handed by „stop“ automatically so don’t worry about this.
Configuration menu - View commit details
-
Copy full SHA for 5a2f1b5 - Browse repository at this point
Copy the full SHA 5a2f1b5View commit details
Commits on Nov 6, 2015
-
Checks and delay before reading header infos
- Added some checks that stream variable is not NULL before using it (just to make sure) - To avoid header-read errors that happened sometimes implement a check for available data with a maximum timeout of 1000ms (configurable via defines in header file). With my default settings we wait 20 ms and then check again if at least 17 characters are available to read (which should be a normal HTTP-header first line). This is done at max 50 times before the read is tried
Configuration menu - View commit details
-
Copy full SHA for ab4a026 - Browse repository at this point
Copy the full SHA ab4a026View commit details
Commits on Nov 9, 2015
-
Merge pull request interactive-matter#15 from Apollon77/master
Added error handling to skipHeaders to prevent usable of httpReturnCode on invalid returns
Configuration menu - View commit details
-
Copy full SHA for 9bd0522 - Browse repository at this point
Copy the full SHA 9bd0522View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master