simplify HTTP server implementation
authorDobrica Pavlinusic <dpavlin@rot13.org>
Sat, 6 Mar 2010 21:40:17 +0000 (21:40 +0000)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Sat, 6 Mar 2010 21:40:17 +0000 (21:40 +0000)
commit7b15acb7d67a6679a3c498850a4fffa1459eb0b9
treee3c6373df7c07c401deb13272d89a3280de00357
parent70647c2fbfaafd33abae596674c62d4c216a4add
simplify HTTP server implementation

use IO::Socket::INET to implement simpliest possible persistent
connection with CPE client.

git-svn-id: https://perl-cwmp.googlecode.com/svn/trunk@252 836a5e1a-633d-0410-964b-294494ad4392
lib/CWMP/Server.pm
lib/CWMP/Session.pm