commit | a840b69261c44760d45370bef989c77f84727406 | [log] [tgz] |
---|---|---|
author | Daniel Veillard <veillard@src.gnome.org> | Sun Oct 19 13:35:37 2003 +0000 |
committer | Daniel Veillard <veillard@src.gnome.org> | Sun Oct 19 13:35:37 2003 +0000 |
tree | e2c2330d5c78a735dcd6b9e56c5930cbad70a896 | |
parent | fc60fc200974947e1f42f1e12c178dd1afc0ddd1 [diff] |
Fixed the HTTP<->parser interraction, which should fix 2 long standing * include/libxml/nanohttp.h include/libxml/parserInternals.h include/libxml/xmlIO.h nanohttp.c parserInternals.c xmlIO.c: Fixed the HTTP<->parser interraction, which should fix 2 long standing bugs #104790 and #124054 , this also fix the fact that HTTP error code (> 400) should not generate data, we usually don't want to parse the HTML error information instead of the resource looked at. Daniel