From 4e20d73bb52326261f8cf49c20d6de2edea309ee Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Mon, 15 Jan 2007 08:49:10 +0000 Subject: Gave asynchronous operations approximate POSIX signal semantics. This will enable us to cascade async operations, which is necessary in order to properly support DNS. (For example, an HTTP request may have to redirect to a new location and will have to perform a new DNS lookup, so we can't just rely on doing the name lookup at the time of parsing the initial URL). Anything other than HTTP is probably broken right now; I'll fix the others up asap. --- src/include/usr/fetch.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include/usr') diff --git a/src/include/usr/fetch.h b/src/include/usr/fetch.h index 372f6f8cd..85b856346 100644 --- a/src/include/usr/fetch.h +++ b/src/include/usr/fetch.h @@ -11,6 +11,6 @@ #include #include -extern int fetch ( const char *filename, userptr_t *data, size_t *len ); +extern int fetch ( const char *uri_string, userptr_t *data, size_t *len ); #endif /* _USR_FETCH_H */ -- cgit v1.2.3-55-g7522