remove mention of threading
This commit is contained in:
parent
ada7ea055b
commit
c56d0f1086
1 changed files with 4 additions and 4 deletions
|
|
@ -613,15 +613,15 @@ should take care to enforce permissions
|
||||||
where appropriate.
|
where appropriate.
|
||||||
.TP
|
.TP
|
||||||
.I Flush
|
.I Flush
|
||||||
Single-threaded servers, which always call
|
Servers that always call
|
||||||
.I respond
|
.I respond
|
||||||
before returning from the service functions,
|
before returning from the service functions
|
||||||
need not provide a
|
need not provide a
|
||||||
.I flush
|
.I flush
|
||||||
implementation:
|
implementation:
|
||||||
.I flush
|
.I flush
|
||||||
is only necessary in multithreaded programs,
|
is only necessary in programs which
|
||||||
which arrange for
|
arrange for
|
||||||
.I respond
|
.I respond
|
||||||
to be called asynchronously.
|
to be called asynchronously.
|
||||||
.I Flush
|
.I Flush
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue