broken
This commit is contained in:
parent
ca2c6f81a1
commit
67c11b5384
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@ class WingsRequestContext extends RequestContext<WingsClientSocket> {
|
||||||
Future<void> close() async {
|
Future<void> close() async {
|
||||||
await _body.close();
|
await _body.close();
|
||||||
_recv.close();
|
_recv.close();
|
||||||
|
await super.close();
|
||||||
}
|
}
|
||||||
|
|
||||||
static const int DELETE = 0,
|
static const int DELETE = 0,
|
||||||
|
|
Loading…
Reference in a new issue