Sun Java System Web Proxy Server 4.0.11 NSAPI Developer's Guide

protocol_finish_request

The protocol_finish_request function finishes a specified request. For HTTP, the function closes the socket.

Syntax

#include <frame/protocol.h>
void protocol_finish_request(Session *sn, Request *rq);

Returns

void

Parameters

Session *sn is the Session that generated the request.

Request *rq is the Request to be finished.

See Also

protocol_handle_session, protocol_scan_headers, protocol_start_response, protocol_status