1999-07-05
1999-07-05 17:58:00 by Henrik Grubbström (Grubba) <grubba@grubba.org>
-
bceeba8334f6556769c8f5df8fba50551b7f80a8
(8 lines)
(+5/-3)
[
Show
| Annotate
]
Branch: 5.2
Fixed MultiRangeWrapper->query_fd().
Rev: server/protocols/http.pike:1.141
6: Inside #if defined(MAGIC_ERROR)
#ifdef MAGIC_ERROR
inherit "highlight_pike";
#endif
- constant cvs_version = "$Id: http.pike,v 1.140 1999/07/04 18:39:12 neotron Exp $";
+ constant cvs_version = "$Id: http.pike,v 1.141 1999/07/05 17:58:00 grubba Exp $";
// HTTP protocol module.
#include <config.h>
private inherit "roxenlib";
1169:
return out ; // We are finally done.
}
- mixed `->(string what) {
+ mixed `->(string what)
+ {
switch(what) {
case "read":
return read;
1178:
return 0;
case "query_fd":
- return lambda() { return 0; };
+ return lambda() { return -1; };
default:
return file[what];