This commit is contained in:
thosakwe 2017-04-02 15:27:52 -04:00
parent 4509b88bbb
commit 64dc85ee89
4 changed files with 2 additions and 4 deletions

View file

@ -1,6 +1,6 @@
# angel_proxy
[![version 1.0.1](https://img.shields.io/badge/version-1.0.1-brightgreen.svg)](https://pub.dartlang.org/packages/angel_proxy)
[![version 1.0.2](https://img.shields.io/badge/version-1.0.2-brightgreen.svg)](https://pub.dartlang.org/packages/angel_proxy)
[![build status](https://travis-ci.org/angel-dart/proxy.svg)](https://travis-ci.org/angel-dart/proxy)
Angel middleware to forward requests to another server (i.e. pub serve).

View file

@ -123,7 +123,6 @@ class ProxyLayer {
});
await rs.forEach(res.buffer.add);
res.end();
return false;
}
}

View file

@ -1,4 +1,3 @@
import 'dart:io';
import 'package:angel_route/angel_route.dart';
import 'proxy_layer.dart';

View file

@ -1,6 +1,6 @@
name: angel_proxy
description: Angel middleware to forward requests to another server (i.e. pub serve).
version: 1.0.1
version: 1.0.2
author: Tobe O <thosakwe@gmail.com>
homepage: https://github.com/angel-dart/proxy
environment: