Ticket #105 (defect)
Opened 2 years ago
Last modified 2 years ago
Don't depend on Content-length in the http headers for getfeature
Status: closed (fixed)
| Reported by: | hobu | Assigned to: | seang |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | OWSLib | Version: | |
| Keywords: | Cc: | ||
Not all servers set the content-length header, so we should actually check the length of the data instead.
Attachments
Change History
03/30/07 09:09:42: Modified by hobu
- attachment wfs_content_length.patch added.
03/30/07 09:43:29: Modified by hobu
- attachment wfs_content_length_patch2.patch added.
03/31/07 10:38:12: Modified by hobu
- status changed from new to closed.
- resolution set to fixed.
Sean said the tests pass. Closing...

Second attempt