From f6a8158eed215954dafb7f622f6fd345b5b473d2 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Tue, 8 Jan 2008 16:46:55 +0000 Subject: Make seek information part of the xfer metadata, rather than an entirely separate xfer method. Add missing .alloc_iob entries to several xfer_interface_operations structures. --- src/net/tcp/http.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/net/tcp/http.c') diff --git a/src/net/tcp/http.c b/src/net/tcp/http.c index 2a5450eda..db92e9eba 100644 --- a/src/net/tcp/http.c +++ b/src/net/tcp/http.c @@ -426,7 +426,6 @@ static void http_socket_close ( struct xfer_interface *socket, int rc ) { static struct xfer_interface_operations http_socket_operations = { .close = http_socket_close, .vredirect = xfer_vopen, - .seek = ignore_xfer_seek, .window = unlimited_xfer_window, .alloc_iob = default_xfer_alloc_iob, .deliver_iob = http_socket_deliver_iob, @@ -453,7 +452,6 @@ static void http_xfer_close ( struct xfer_interface *xfer, int rc ) { static struct xfer_interface_operations http_xfer_operations = { .close = http_xfer_close, .vredirect = ignore_xfer_vredirect, - .seek = ignore_xfer_seek, .window = unlimited_xfer_window, .alloc_iob = default_xfer_alloc_iob, .deliver_iob = xfer_deliver_as_raw, -- cgit v1.2.3-55-g7522