projects
/
helm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
32bc933
)
- added a TODO comment for 'file://' scheme support
author
Stefano Zacchiroli
<zack@upsilon.cc>
Sun, 5 Jan 2003 14:04:57 +0000
(14:04 +0000)
committer
Stefano Zacchiroli
<zack@upsilon.cc>
Sun, 5 Jan 2003 14:04:57 +0000
(14:04 +0000)
helm/http_getter/http_getter.ml
patch
|
blob
|
history
diff --git
a/helm/http_getter/http_getter.ml
b/helm/http_getter/http_getter.ml
index 44f24dee9247fe6a3ab3a3f1765b6569cc9464b1..04eaed9c44762189fea00f43199f9736b303f94e 100644
(file)
--- a/
helm/http_getter/http_getter.ml
+++ b/
helm/http_getter/http_getter.ml
@@
-214,6
+214,7
@@
in
let (index_line_sep_RE, index_sep_RE) =
(Pcre.regexp "[ \t]+", Pcre.regexp "\n+")
in
+ (* TODO support 'file://.*' servers *)
let update_from_server logmsg server_url = (* use global maps *)
debug_print ("Updating information from " ^ server_url);
let xml_url_of_uri = function