mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-03 20:27:35 +03:00
add a stream ID getter function to the body
This commit is contained in:
parent
eddb2b819a
commit
448e8bcf05
1 changed files with 4 additions and 0 deletions
|
@ -120,6 +120,10 @@ func (r *body) requestDone() {
|
|||
r.reqDoneClosed = true
|
||||
}
|
||||
|
||||
func (r *body) StreamID() quic.StreamID {
|
||||
return r.str.StreamID()
|
||||
}
|
||||
|
||||
func (r *body) Close() error {
|
||||
r.requestDone()
|
||||
// If the EOF was read, CancelRead() is a no-op.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue