version 1.63, 1994/12/02 11:28:39
|
version 1.64, 1994/12/02 12:44:33
|
Line 241 PUBLIC void HTDisposeProtocols NOARGS
|
Line 241 PUBLIC void HTDisposeProtocols NOARGS
|
*/ |
*/ |
PUBLIC BOOL HTProtocolBlocking ARGS1(HTRequest *, me) |
PUBLIC BOOL HTProtocolBlocking ARGS1(HTRequest *, me) |
{ |
{ |
if (HTInteractive) |
return (me && me->anchor && me->anchor->protocol && |
return (me && me->anchor && me->anchor->protocol && |
((HTProtocol *) (me->anchor->protocol))->block == SOC_BLOCK); |
((HTProtocol *) (me->anchor->protocol))->block == SOC_BLOCK); |
|
return YES; |
|
} |
} |
|
|
/* --------------------------------------------------------------------------*/ |
/* --------------------------------------------------------------------------*/ |