ecere/net/HTTPFile: (#997) Multiple fixes and improvements
authorJerome St-Louis <jerome@ecere.com>
Mon, 30 Sep 2013 07:31:12 +0000 (03:31 -0400)
committerJerome St-Louis <jerome@ecere.com>
Mon, 30 Sep 2013 07:31:12 +0000 (03:31 -0400)
- Requesting HEAD only on Open() and GET on first Read() contents
- Added support for Content-Type and Content-Disposition
- Using List container to hold connections with reference counting fixes
- Fixed hangs upon closing the file caused by improper tracking of position
- Fixed hangs caused by improper Locking/Unlocking of connectionMutex
- Added Seek() support for small files fitting within the buffer


No differences found