Skip to content
This repository has been archived by the owner on Feb 19, 2023. It is now read-only.

Commit

Permalink
Minor updates to README
Browse files Browse the repository at this point in the history
  • Loading branch information
ithinkihaveacat committed May 21, 2013
1 parent 6f9e92d commit 3c400e8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Expand Up @@ -44,7 +44,7 @@ $ npm install fishback

## API

Fishback is heavily event based, and in relies heavily on the four event
Fishback is heavily event based, and it relies heavily on the four event
emitters `http.ServerRequest`, `http.ServerResponse`, `http.ClientRequest` and
`http.ClientResponse`.

Expand Down Expand Up @@ -160,8 +160,6 @@ Derived from `fishback.Handler`.

## Bugs

* None of the backends are any good. I'd like to use memcached, but the
client I was using has bugs.
* There's no HTTPS support.
* If the proxy server is able to read from the origin faster than the client
can receive data, content needs to be buffered, either by node or the
Expand Down

0 comments on commit 3c400e8

Please sign in to comment.