Mikhail Svetkin dba675ed61 Refactor QHttpServerRequestPrivate::parseUrl
There are few changes:
1. Remove std::function. A lambda can be converted to a function pointer
   if it does not capture.
2. Change std::map to std::array and mark it as constexpr. It will
   eliminate run-time initialization and checking.
3. Remove unnecessary nesting

Change-Id: I5379cb11016def47aee0c57c3de39677aae072d7
Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io>
2019-11-10 20:10:25 +00:00
2018-12-20 14:48:56 +00:00
2018-07-16 14:36:08 +00:00
2018-07-16 14:36:08 +00:00
2019-01-31 11:31:21 +00:00
2019-10-04 17:16:09 +02:00
Description
No description provided
314 KiB
Languages
C++ 95.4%
CMake 2.2%
C 1.4%
QMake 1%