|
c59977dada
|
Fix proxy unlocking
|
2023-07-06 00:29:12 +02:00 |
|
|
77f0eeda6d
|
Fix spacing
|
2023-07-06 00:20:27 +02:00 |
|
|
371bff0d07
|
Fix async and FastCGI timeout issues
|
2023-07-05 23:19:40 +02:00 |
|
|
2e3146f69a
|
Fix FastCGI fds default value
|
2023-07-05 13:11:49 +02:00 |
|
|
733b73760c
|
Fix payload usage in first FastCGI frame
|
2023-07-05 12:52:53 +02:00 |
|
|
a9fbd21f80
|
Add todo and fix comments
|
2023-07-05 00:42:06 +02:00 |
|
|
52ebad201f
|
Fix sock_had_pending for pipe
|
2023-07-04 22:00:09 +02:00 |
|
|
7fe4abd379
|
Improve proxy error handling
|
2023-07-04 21:40:40 +02:00 |
|
|
56427e3003
|
Close ssl also when enc is not set in socket
|
2023-07-04 21:16:27 +02:00 |
|
|
914aa2d341
|
Fix socket.h sock_init() definition
|
2023-07-03 00:03:27 +02:00 |
|
|
db4bca6f13
|
Enlarge log message buffer from 16 to 256
|
2023-07-02 22:54:54 +02:00 |
|
|
f1ba02756a
|
Output selected proxy slot
|
2023-07-02 22:52:12 +02:00 |
|
|
0b68c67982
|
Fix proxy try-loop
|
2023-07-02 17:45:53 +02:00 |
|
|
cb04af739c
|
Fix nextcloud issues
|
2023-07-02 13:50:07 +02:00 |
|
|
cd25120362
|
Update reverse proxy message
|
2023-07-02 12:42:12 +02:00 |
|
|
13d6e30d01
|
Fix proxy loop
|
2023-07-02 12:21:26 +02:00 |
|
|
04f13c49af
|
Unset socket now is -1 instead of 0
|
2023-07-02 12:21:00 +02:00 |
|
|
9aee302f6c
|
Rename timeout to http_timeout
|
2023-07-02 00:14:39 +02:00 |
|
|
44e3b1332f
|
Add first steps to honor timeout from server as proxy
|
2023-07-01 21:50:33 +02:00 |
|
|
808ebdb0a0
|
Add http_add_to_header_fiel()
|
2023-07-01 21:19:27 +02:00 |
|
|
31cd2e7e73
|
Fix FastCGI segfault error
|
2023-07-01 20:21:21 +02:00 |
|
|
bd8e71e83d
|
Rename fcgi_cnx to fcgi_ctx in client struct
|
2023-07-01 20:13:51 +02:00 |
|
|
9aaa28f1ca
|
Update php-fpm version
|
2023-07-01 19:26:20 +02:00 |
|
|
73e0cffa78
|
Hide .inc and .inc.php files
|
2023-01-30 23:00:56 +01:00 |
|
|
6f0371c46f
|
Use getaddrinfo/getnameinfo instead of deprecated methods
|
2023-01-29 20:31:27 +01:00 |
|
|
ad6ffe5425
|
Use file descriptor in sock_set_socket_timeout_micros()
|
2023-01-29 11:57:37 +01:00 |
|
|
ab7e5cc722
|
Remove dns_server directive
|
2023-01-29 11:55:32 +01:00 |
|
|
40310faa4b
|
Update error to support getaddrinfo
|
2023-01-29 11:38:48 +01:00 |
|
|
7a3adc6ed3
|
Remove gotos from proxy.c
|
2023-01-26 18:06:53 +01:00 |
|
|
bd73061462
|
Removing gotos in config.c
|
2023-01-26 17:31:20 +01:00 |
|
|
9ee0e11c86
|
Remove some gotos
|
2023-01-26 17:15:30 +01:00 |
|
|
240ed6bc25
|
Dumping stderr on FastCGI close
|
2023-01-26 15:01:48 +01:00 |
|
|
03dd126ca7
|
Add php error handling
|
2023-01-26 14:51:47 +01:00 |
|
|
17327006db
|
Add async support for FastCGI
|
2023-01-26 13:34:04 +01:00 |
|
|
9237c791bb
|
Set chunks_transferred to 0
|
2023-01-26 12:49:18 +01:00 |
|
|
f7a6214dbc
|
Allow proxies to delay chunks
|
2023-01-26 12:46:30 +01:00 |
|
|
8053439212
|
Add chunk send/receiving functions
|
2023-01-26 11:41:10 +01:00 |
|
|
299e726341
|
Add pip abstraction for sock
|
2023-01-26 11:02:44 +01:00 |
|
|
e721e542f3
|
Add chunk_handler
|
2023-01-24 00:07:22 +01:00 |
|
|
df7dfb5107
|
Refactor uri.c
buf3 removed, unnecessary and not initialized
|
2023-01-23 23:43:14 +01:00 |
|
|
5f3ba2b971
|
Add sock_init()
|
2023-01-23 23:35:53 +01:00 |
|
|
1e0a7c95da
|
Unset prefix at other position in async
|
2023-01-23 23:33:01 +01:00 |
|
|
0394c3afb4
|
Add new line in ws_frame_handler.c
|
2023-01-23 13:02:53 +01:00 |
|
|
32ea03079b
|
Add sock_splice_all()
|
2023-01-23 12:55:41 +01:00 |
|
|
8b63d2cf32
|
Refactor proxy and socket a bit
|
2023-01-23 11:09:28 +01:00 |
|
|
d461ba6f29
|
Fix typo in workers.c
|
2023-01-23 10:09:34 +01:00 |
|
|
5b98fd0dab
|
Catching error of async_thread() in main
|
2023-01-23 10:07:58 +01:00 |
|
|
0b1b0bcb56
|
Update async_check to check return value of poll()
|
2023-01-23 01:53:36 +01:00 |
|
|
44fc7f2e5c
|
Add flags to sock_splice_chunked
|
2023-01-23 01:50:50 +01:00 |
|
|
c8b605aa90
|
Save proxy connection time
|
2023-01-13 02:59:48 +01:00 |
|