Modified HTTPClient to fit lwip changes.

Fork of HTTPClient by David Smart

History

Bug fix to fit socket send call. default tip

2016-02-26, by jfanucch [Fri, 26 Feb 2016 13:13:12 +0000] rev 37

Bug fix to fit socket send call.


Fixed a memory leak that occurred during a redirection. Whether the redirection was 1 step, or many, there was a single leak. Fix was to free memory in the destructor.

2016-01-26, by WiredHome [Tue, 26 Jan 2016 11:44:35 +0000] rev 36

Fixed a memory leak that occurred during a redirection. Whether the redirection was 1 step, or many, there was a single leak. Fix was to free memory in the destructor.
; Reflowed the source to improve consistency.


Code changes based on running through a stricter compiler.

2015-08-06, by WiredHome [Thu, 06 Aug 2015 11:11:31 +0000] rev 35

Code changes based on running through a stricter compiler.


Disabled debug settings as it has proven to be reliable.

2015-03-08, by WiredHome [Sun, 08 Mar 2015 17:50:52 +0000] rev 34

Disabled debug settings as it has proven to be reliable.


Documentation improvements only, focused on HTTPFile.

2015-02-01, by WiredHome [Sun, 01 Feb 2015 16:50:39 +0000] rev 33

Documentation improvements only, focused on HTTPFile.


Documentation updates only.

2014-10-11, by WiredHome [Sat, 11 Oct 2014 17:26:04 +0000] rev 32

Documentation updates only.


Increase a couple of buffers in order to post a long query string to a web site.

2014-07-26, by WiredHome [Sat, 26 Jul 2014 19:47:36 +0000] rev 31

Increase a couple of buffers in order to post a long query string to a web site.


Modified the return code so OK is the only value zero return.

2014-07-05, by WiredHome [Sat, 05 Jul 2014 22:26:07 +0000] rev 30

Modified the return code so OK is the only value zero return.


Fix a bug in HTTPFile write method that was corrupting the received data.

2014-06-14, by WiredHome [Sat, 14 Jun 2014 14:43:09 +0000] rev 29

Fix a bug in HTTPFile write method that was corrupting the received data.


disable debug

2014-05-17, by WiredHome [Sat, 17 May 2014 19:54:21 +0000] rev 28

disable debug