Skip to content

Commit 4f05de9

Browse files
committed
Added file with definition mime types
Optimized use of threads for processing requests Minor optimizations in the parser configuration
1 parent 7075307 commit 4f05de9

File tree

10 files changed

+668
-464
lines changed

10 files changed

+668
-464
lines changed

httpserver.pro

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ SOURCES += \
2323
httpserver/Socket.cpp \
2424
httpserver/SocketList.cpp \
2525
httpserver/System.cpp \
26-
httpserver/Utils.cpp
26+
httpserver/Utils.cpp \
27+
httpserver/ConfigParser.cpp
2728

2829
include(deployment.pri)
2930
qtcAddDeployment()
@@ -48,5 +49,6 @@ HEADERS += \
4849
httpserver/Socket.h \
4950
httpserver/SocketList.h \
5051
httpserver/System.h \
51-
httpserver/Utils.h
52+
httpserver/Utils.h \
53+
httpserver/ConfigParser.h
5254

httpserver.pro.user

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!DOCTYPE QtCreatorProject>
3-
<!-- Written by QtCreator 3.2.1, 2014-11-15T23:29:46. -->
3+
<!-- Written by QtCreator 3.2.1, 2014-11-22T02:42:48. -->
44
<qtcreator>
55
<data>
66
<variable>EnvironmentId</variable>
@@ -61,7 +61,7 @@
6161
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Desktop</value>
6262
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Desktop</value>
6363
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">{fb1b1040-2620-42ea-a3ce-627c9d29cc16}</value>
64-
<value type="int" key="ProjectExplorer.Target.ActiveBuildConfiguration">0</value>
64+
<value type="int" key="ProjectExplorer.Target.ActiveBuildConfiguration">1</value>
6565
<value type="int" key="ProjectExplorer.Target.ActiveDeployConfiguration">0</value>
6666
<value type="int" key="ProjectExplorer.Target.ActiveRunConfiguration">0</value>
6767
<valuemap type="QVariantMap" key="ProjectExplorer.Target.BuildConfiguration.0">

0 commit comments

Comments
 (0)