diff options
| -rw-r--r-- | httpd.c | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -319,6 +319,7 @@ void httpd(void) | |||
| 319 | pthread_t cth; | 319 | pthread_t cth; |
| 320 | 320 | ||
| 321 | pthread_create(&cth, NULL, connection_thread, f); | 321 | pthread_create(&cth, NULL, connection_thread, f); |
| 322 | pthread_detach(cth); | ||
| 322 | } | 323 | } |
| 323 | else | 324 | else |
| 324 | httpd_connection(f); | 325 | httpd_connection(f); |