Commit Graph

4 Commits

Author SHA1 Message Date
Stephen Heumann a235d3b0e2 Work around Marinetti bug where TCPIPReadLineTCP could incorrectly return an error value.
This should now be fixed in the latest Marinetti, but we'll keep the workaround to minimize the chance of problems.
2019-07-15 16:28:03 -05:00
Stephen Heumann 5d59a9d032 Percent-encode query string. Also, display basic error messages. 2019-04-14 19:36:01 -05:00
Stephen Heumann 1e1977bc0f HTTP tweaks and test program.
I switched to using HTTP/1.0 for now to prevent the server from sending chunked transfer-encoding, which this code currently doesn't support.
2019-04-13 12:57:35 -05:00
Stephen Heumann c237bd661f Add utility code for HTTP connections, URLs, and networking.
This is adapted from NetDisk with minor changes.
2019-04-12 23:23:39 -05:00