From: Glyn M. <gly...@gm...> - 2009-11-30 21:12:30
|
Dean, I have some comments: Your URI tests indicate that you have a function "protocol". In the implementation, you refer to "scheme". Shouldn't "protocol" be named "scheme"? I added a couple of extra tests for the URI, but they're not the negative ones you were looking for ;) There is a failing test in localhost_tests.cpp, I think the file server/test.xml has different line endings, meaning that the content-length value is different. Also, I added a very simple example, a wget clone that uses URI and http::client. It works, but it does show up a couple of problems with the way the uri and client aren't well integrated. I'll continue to make piecemeal updates as and when I can. Glyn |