1999-05-20
1999-05-20 14:22:34 by Per Hedbor <ph@opera.com>
-
8a80d4e4281a5e607c103f64d43243566f0e2e7d
(8 lines)
(+6/-2)
[
Show
| Annotate
]
Branch: 5.2
indentation change
Rev: server/protocols/http.pike:1.133
6: Inside #if defined(MAGIC_ERROR)
#ifdef MAGIC_ERROR
inherit "highlight_pike";
#endif
- constant cvs_version = "$Id: http.pike,v 1.132 1999/05/15 17:43:09 grubba Exp $";
+ constant cvs_version = "$Id: http.pike,v 1.133 1999/05/20 14:22:34 per Exp $";
// HTTP protocol module.
#include <config.h>
private inherit "roxenlib";
1256: Inside #if defined(MAGIC_ERROR)
"type":"text/html",
"data":generate_bugreport( @err ),
]);
+ send_result();
+ return;
} else {
-
+
if(prestate->find_file)
{
if(!realauth)
1275: Inside #if defined(MAGIC_ERROR)
(int)variables->error ),
]);
}
+ send_result();
+ return;
}
}
}