Commit History

Author SHA1 Message Date
  Remy Lebeau fe7cda5057 Removing some more unneeded units from uses clause. 1 year ago
  Remy Lebeau 0f362bcf5c Bringing up to date with some changes from master 1 year ago
  Remy Lebeau 822d1563f2 Fixing a compiler error in IdHTTP.pas 2 years ago
  Remy Lebeau a26539d095 Updating TIdHTTP to clear its Response property right before sending a new request over the wire, and right after reading a 1xx response other than 101. Previously, TIdHTTP was clearing its Response after reading a response line and before reading the response headers. If an error occurs reading the response line, the Response would not be cleared properly. 2 years ago
  Remy Lebeau 08e90da658 Bringing up to date with latest code from Indy 10 master 3 years ago
  RemyLebeau cbed5697e7 Patch from NevTon to fix a bug in TIdHTTPProtocol.ProcessResponse() accessing the wrong TIdHTTPResponse object when raising EIdHTTPProtocolException for a response from an HTTP proxy. 6 years ago
  RemyLebeau a34e3deede Updating TIdHTTP DoOnAuthorization() and DoOnProxyAuthorization() methods to no longer check if the On(Proxy)Authorization events or Password properties are assigned before entering the authentication loops. Individual TIdAuthentication-derived classes should handle the Username and Password as needed (in the case of SSPI, they can both be blank to use the current identity of the calling thread!). The On(Proxy)Authentication events are now checked only when TIdAuthentication.Next returns wnAskTheProgram. 7 years ago
  RemyLebeau e8f50935c5 Initializing various IPVersion properties to ID_DEFAULT_IP_VERSION instead of Id_IPv4. 7 years ago
  RemyLebeau c7b1652a77 Updating TIdHTTP to recognize ResponseCode 101 (Switching Protocols) during an Upgrade request so it can exit immediately and leave the IOHandler open so the caller can then continue performing I/O in the new protocol as needed. 7 years ago
  RemyLebeau e141b7cc47 Embarcadero patches. 7 years ago
  RemyLebeau 3b82227c0e Workaround for a logic bug in TIdCustomHTTP.ConnectToHost() that allows unencrypted HTTP requests to be sent through an HTTP proxy after a previously failed HTTPS request. 7 years ago
  RemyLebeau e4512d73e0 Merging source from latest Indy 10 public revision. 8 years ago
  RemyLebeau 5276a7e9df Moving files around 9 years ago