Subject: [Boost-users] Does BOOST ASIO HTTP support 1.1
From: Manna Patri (mannapatri_at_[hidden])
Date: 2010-08-31 12:37:20


Hi, Looking at the boost::asio:: http server I am very much interested to have it in my application server.However before proceeding further I would like to know does HTTP server implmentation supports HTTP 1.1 ? Looking at the example available under HTTP client it seems "HTTP 1.0" is sent across in header  as part of HTTP message. And to my curoisity when I modifeid the client code to send "HTTP 1.1" that also worked. Reply in this regard is appreciated. Thanks. Manna