| Index: lib/src/request.dart
|
| diff --git a/lib/src/request.dart b/lib/src/request.dart
|
| index b7882fe93b00eba7e87ee5a0aa338fcddd49c685..5c5f44cf3a3aa0f483cf3ea648ecbe139750d8fd 100644
|
| --- a/lib/src/request.dart
|
| +++ b/lib/src/request.dart
|
| @@ -210,7 +210,7 @@ class Request extends Message {
|
| headers = updateMap(this.headers, headers);
|
| context = updateMap(this.context, context);
|
|
|
| - if (body == null) body = this.read();
|
| + if (body == null) body = getBody(this);
|
|
|
| var handlerPath = this.handlerPath;
|
| if (path != null) handlerPath += path;
|
|
|