http: use std::move to move HTTPRequest into HTTPWorkItem
commitf0188f9178a22fd493ed228c008d4cc25ac2952d
authorWladimir J. van der Laan <laanwj@gmail.com>
Wed, 4 May 2016 14:05:17 +0000 (4 16:05 +0200)
committerWladimir J. van der Laan <laanwj@gmail.com>
Thu, 5 May 2016 06:27:12 +0000 (5 08:27 +0200)
tree9277158f758727c16e6b1dc0451f53d834d82862
parent37b21372a0a3e5d876a87f03c8cbef2e02d8dc92
http: use std::move to move HTTPRequest into HTTPWorkItem

Thanks to Cory Fields for the idea.
src/httpserver.cpp