Make it easier to reuse the http network classes.

This is to make it easier for websocket solution to reuse httpd implementation.
This commit is contained in:
2016-06-16 10:23:30 +02:00
parent 71a5c086a5
commit e384a6d6ed
6 changed files with 74 additions and 1 deletions
@@ -24,11 +24,19 @@
</condition>
</library>
<library name="time" location="$ISE_LIBRARY\library\time\time-safe.ecf"/>
<cluster name="network" location=".\network" recursive="false">
<cluster name="ssl_network" location="$|ssl" recursive="true">
<condition>
<custom name="httpd_ssl_enabled" value="true"/>
</condition>
</cluster>
</cluster>
<cluster name="httpd_server" location=".\" recursive="true">
<file_rule>
<exclude>/concurrency$</exclude>
<exclude>/no_ssl$</exclude>
<exclude>/ssl$</exclude>
<exclude>/network$</exclude>
</file_rule>
<cluster name="no_ssl" location="$|no_ssl\" recursive="true">
<condition>