Lines Matching refs:send
33 normally you would have at least one). A stream is used to send and receive
110 object if a default stream is in use) then you can send and receive data over it
120 that the peer will send no more data on that stream. Note that the
126 received on it, however an application can still send data to the peer until
127 the send side of the stream has also been concluded. This can happen by the
129 send more data on a stream after L<SSL_stream_conclude(3)> has been called.
161 a simple multi-stream QUIC client application which connects to a server, send
197 For the purposes of this example we will create two different streams to send
217 avoid repeating too much code we write a simple helper function to send an HTTP
237 appropriate HTTP requests. We can then call our helper function above to send
345 we assume that the server initiates a new stream to send us back the data that