diff options
author | Loïc Hoguin <[email protected]> | 2012-12-24 16:27:02 +0100 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2012-12-24 16:27:02 +0100 |
commit | f685fe97ce6dd04dacf47f90c5bf2a46087b814f (patch) | |
tree | 2dcdbd503b9307fcc993f35a40a80d6eb140c11d /ROADMAP.md | |
parent | 201a0cb5e421e24ffcce0d6315b2190d103bcb06 (diff) | |
download | ranch-f685fe97ce6dd04dacf47f90c5bf2a46087b814f.tar.gz ranch-f685fe97ce6dd04dacf47f90c5bf2a46087b814f.tar.bz2 ranch-f685fe97ce6dd04dacf47f90c5bf2a46087b814f.zip |
Update ROADMAP
Diffstat (limited to 'ROADMAP.md')
-rw-r--r-- | ROADMAP.md | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -13,11 +13,6 @@ are not ordered. Examples should be commented. They may or may not be used for writing the user guides. -* Write user guides. - - We currently have good API documentation, but no step - by step user guides. - * Continuous performance testing. Initially dubbed the Horse project, Ranch could benefit @@ -39,7 +34,7 @@ are not ordered. * Add Transport:secure/0. - Currently Cowboy checks if a connection is secure by + Currently Ranch checks if a connection is secure by checking if its name is 'ssl'. This isn't a very modular solution, adding an API function that returns whether a connection is secure would fix that issue. |