improvements to compatibility of http server package.

This commit is contained in:
Vitor Santos Costa
2010-07-19 14:47:39 +01:00
parent f34dcec03e
commit 5347581f84
5 changed files with 7 additions and 95 deletions

View File

@@ -55,13 +55,13 @@
:- use_module(library(memfile)).
:- use_module(library(settings)).
:- use_module(library(error)).
:- use_module(library(ctypes)).
:- use_module(dcg_basics).
:- use_module(html_write).
:- use_module(http_exception).
:- use_module(mimetype).
:- use_module(mimepack).
% see http_update_transfer/4.
:- setting(http:chunked_transfer, oneof([never,on_request,if_possible]),