Changeset 6647
- Timestamp:
- 06/18/09 17:25:30 (15 months ago)
- Files:
-
- 1 modified
-
branches/bugfix-0.9.1/src/tools/harbor.ml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/bugfix-0.9.1/src/tools/harbor.ml
r6441 r6647 59 59 inherit Source.source 60 60 61 method virtual relay : Unix.file_descr -> unit61 method virtual relay : (string*string) list -> Unix.file_descr -> unit 62 62 method virtual insert_metadata : (string, string) Hashtbl.t -> unit 63 63 method virtual login : (string option)*(string -> string -> bool) … … 264 264 log#f 3 "Adding source on mountpoint '%s' with type '%s'." uri stype ; 265 265 if not icy then write_answer ~keep:true c "HTTP/1.0 200 OK\r\n\r\n" ; 266 s#relay c266 s#relay headers c 267 267 with 268 268 | Mount_taken ->
