aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--configure.ac6
-rw-r--r--po/libmicrohttpd.pot308
-rw-r--r--src/include/microhttpd.h2
4 files changed, 162 insertions, 159 deletions
diff --git a/ChangeLog b/ChangeLog
index ce17428c..ce8bff26 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
1Fri Jul 05 2019 22:30:40 MSK
2 Releasing libmicrohttpd 0.9.65. -EG
3
1Sun Jun 23 2019 21:27:43 MSK 4Sun Jun 23 2019 21:27:43 MSK
2 Many fixes and improvments for connection-specific memory pool: 5 Many fixes and improvements for connection-specific memory pool:
3 * Added asserts; 6 * Added asserts;
4 * Added testing of reallocation; 7 * Added testing of reallocation;
5 * Reallocation code rewritten to avoid extra allocation, when 8 * Reallocation code rewritten to avoid extra allocation, when
diff --git a/configure.ac b/configure.ac
index 5c68b1be..61b0c6f1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,15 +22,15 @@
22# 22#
23AC_PREREQ([2.64]) 23AC_PREREQ([2.64])
24LT_PREREQ([2.4.0]) 24LT_PREREQ([2.4.0])
25AC_INIT([GNU Libmicrohttpd],[0.9.64],[libmicrohttpd@gnu.org]) 25AC_INIT([GNU Libmicrohttpd],[0.9.65],[libmicrohttpd@gnu.org])
26AC_CONFIG_AUX_DIR([build-aux]) 26AC_CONFIG_AUX_DIR([build-aux])
27AM_INIT_AUTOMAKE([silent-rules] [subdir-objects]) 27AM_INIT_AUTOMAKE([silent-rules] [subdir-objects])
28AC_CONFIG_HEADERS([MHD_config.h]) 28AC_CONFIG_HEADERS([MHD_config.h])
29AC_CONFIG_MACRO_DIR([m4]) 29AC_CONFIG_MACRO_DIR([m4])
30 30
31LIB_VERSION_CURRENT=63 31LIB_VERSION_CURRENT=64
32LIB_VERSION_REVISION=0 32LIB_VERSION_REVISION=0
33LIB_VERSION_AGE=51 33LIB_VERSION_AGE=52
34AC_SUBST(LIB_VERSION_CURRENT) 34AC_SUBST(LIB_VERSION_CURRENT)
35AC_SUBST(LIB_VERSION_REVISION) 35AC_SUBST(LIB_VERSION_REVISION)
36AC_SUBST(LIB_VERSION_AGE) 36AC_SUBST(LIB_VERSION_AGE)
diff --git a/po/libmicrohttpd.pot b/po/libmicrohttpd.pot
index c3c9962e..feb037c6 100644
--- a/po/libmicrohttpd.pot
+++ b/po/libmicrohttpd.pot
@@ -6,9 +6,9 @@
6#, fuzzy 6#, fuzzy
7msgid "" 7msgid ""
8msgstr "" 8msgstr ""
9"Project-Id-Version: GNU libmicrohttpd 0.9.64\n" 9"Project-Id-Version: GNU libmicrohttpd 0.9.65\n"
10"Report-Msgid-Bugs-To: libmicrohttpd@gnu.org\n" 10"Report-Msgid-Bugs-To: libmicrohttpd@gnu.org\n"
11"POT-Creation-Date: 2019-06-09 20:25+0300\n" 11"POT-Creation-Date: 2019-07-05 22:27+0300\n"
12"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 12"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" 13"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14"Language-Team: LANGUAGE <LL@li.org>\n" 14"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -92,525 +92,525 @@ msgstr ""
92msgid "Fatal error in GNU libmicrohttpd %s:%u: %s\n" 92msgid "Fatal error in GNU libmicrohttpd %s:%u: %s\n"
93msgstr "" 93msgstr ""
94 94
95#: src/microhttpd/daemon.c:434 95#: src/microhttpd/daemon.c:449
96msgid "Failed to add IP connection count node\n" 96msgid "Failed to add IP connection count node\n"
97msgstr "" 97msgstr ""
98 98
99#: src/microhttpd/daemon.c:492 99#: src/microhttpd/daemon.c:507
100msgid "Failed to find previously-added IP address\n" 100msgid "Failed to find previously-added IP address\n"
101msgstr "" 101msgstr ""
102 102
103#: src/microhttpd/daemon.c:498 103#: src/microhttpd/daemon.c:513
104msgid "Previously-added IP address had counter of zero\n" 104msgid "Previously-added IP address had counter of zero\n"
105msgstr "" 105msgstr ""
106 106
107#: src/microhttpd/daemon.c:599 107#: src/microhttpd/daemon.c:614
108msgid "" 108msgid ""
109"Failed to setup x509 certificate/key: pre 3.X.X version of GnuTLS does not " 109"Failed to setup x509 certificate/key: pre 3.X.X version of GnuTLS does not "
110"support setting key password" 110"support setting key password"
111msgstr "" 111msgstr ""
112 112
113#: src/microhttpd/daemon.c:653 113#: src/microhttpd/daemon.c:668
114#, c-format 114#, c-format
115msgid "Error: invalid credentials type %d specified.\n" 115msgid "Error: invalid credentials type %d specified.\n"
116msgstr "" 116msgstr ""
117 117
118#: src/microhttpd/daemon.c:1052 118#: src/microhttpd/daemon.c:1067
119#, c-format 119#, c-format
120msgid "Maximum socket in select set: %d\n" 120msgid "Maximum socket in select set: %d\n"
121msgstr "" 121msgstr ""
122 122
123#: src/microhttpd/daemon.c:1113 123#: src/microhttpd/daemon.c:1128
124msgid "" 124msgid ""
125"MHD_get_fdset2() called with except_fd_set set to NULL. Such behavior is " 125"MHD_get_fdset2() called with except_fd_set set to NULL. Such behavior is "
126"unsupported.\n" 126"unsupported.\n"
127msgstr "" 127msgstr ""
128 128
129#: src/microhttpd/daemon.c:1319 src/microhttpd/daemon.c:6558 129#: src/microhttpd/daemon.c:1334 src/microhttpd/daemon.c:6573
130msgid "" 130msgid ""
131"Initiated daemon shutdown while \"upgraded\" connection was not closed.\n" 131"Initiated daemon shutdown while \"upgraded\" connection was not closed.\n"
132msgstr "" 132msgstr ""
133 133
134#: src/microhttpd/daemon.c:1333 src/microhttpd/daemon.c:1568 134#: src/microhttpd/daemon.c:1348 src/microhttpd/daemon.c:1583
135msgid "Failed to forward to application " 135msgid "Failed to forward to application "
136msgstr "" 136msgstr ""
137 137
138#: src/microhttpd/daemon.c:1500 src/microhttpd/daemon.c:1622 138#: src/microhttpd/daemon.c:1515 src/microhttpd/daemon.c:1637
139msgid "Failed to forward to remote client " 139msgid "Failed to forward to remote client "
140msgstr "" 140msgstr ""
141 141
142#: src/microhttpd/daemon.c:1687 142#: src/microhttpd/daemon.c:1702
143msgid "Error preparing select\n" 143msgid "Error preparing select\n"
144msgstr "" 144msgstr ""
145 145
146#: src/microhttpd/daemon.c:1721 src/microhttpd/daemon.c:1873 146#: src/microhttpd/daemon.c:1736 src/microhttpd/daemon.c:1888
147#: src/microhttpd/daemon.c:2017 147#: src/microhttpd/daemon.c:2032
148#, c-format 148#, c-format
149msgid "Error during select (%d): `%s'\n" 149msgid "Error during select (%d): `%s'\n"
150msgstr "" 150msgstr ""
151 151
152#: src/microhttpd/daemon.c:1770 src/microhttpd/daemon.c:1894 152#: src/microhttpd/daemon.c:1785 src/microhttpd/daemon.c:1909
153#: src/microhttpd/daemon.c:2086 153#: src/microhttpd/daemon.c:2101
154#, c-format 154#, c-format
155msgid "Error during poll: `%s'\n" 155msgid "Error during poll: `%s'\n"
156msgstr "" 156msgstr ""
157 157
158#: src/microhttpd/daemon.c:1857 src/microhttpd/daemon.c:1999 158#: src/microhttpd/daemon.c:1872 src/microhttpd/daemon.c:2014
159msgid "Failed to add FD to fd_set\n" 159msgid "Failed to add FD to fd_set\n"
160msgstr "" 160msgstr ""
161 161
162#: src/microhttpd/daemon.c:2138 162#: src/microhttpd/daemon.c:2153
163msgid "Processing thread terminating. Closing connection\n" 163msgid "Processing thread terminating. Closing connection\n"
164msgstr "" 164msgstr ""
165 165
166#: src/microhttpd/daemon.c:2167 166#: src/microhttpd/daemon.c:2182
167msgid "" 167msgid ""
168"Failed to signal thread termination via inter-thread communication channel." 168"Failed to signal thread termination via inter-thread communication channel."
169msgstr "" 169msgstr ""
170 170
171#: src/microhttpd/daemon.c:2238 171#: src/microhttpd/daemon.c:2253
172msgid "Internal server error. This should be impossible.\n" 172msgid "Internal server error. This should be impossible.\n"
173msgstr "" 173msgstr ""
174 174
175#: src/microhttpd/daemon.c:2248 src/microhttpd/daemon.c:2285 175#: src/microhttpd/daemon.c:2263 src/microhttpd/daemon.c:2300
176msgid "PSK not supported by this server.\n" 176msgid "PSK not supported by this server.\n"
177msgstr "" 177msgstr ""
178 178
179#: src/microhttpd/daemon.c:2262 179#: src/microhttpd/daemon.c:2277
180msgid "PSK authentication failed: gnutls_malloc failed to allocate memory\n" 180msgid "PSK authentication failed: gnutls_malloc failed to allocate memory\n"
181msgstr "" 181msgstr ""
182 182
183#: src/microhttpd/daemon.c:2271 183#: src/microhttpd/daemon.c:2286
184msgid "PSK authentication failed: PSK too long\n" 184msgid "PSK authentication failed: PSK too long\n"
185msgstr "" 185msgstr ""
186 186
187#: src/microhttpd/daemon.c:2367 src/microhttpd/daemon.c:6202 187#: src/microhttpd/daemon.c:2382 src/microhttpd/daemon.c:6217
188#, c-format 188#, c-format
189msgid "Socket descriptor larger than FD_SETSIZE: %d > %d\n" 189msgid "Socket descriptor larger than FD_SETSIZE: %d > %d\n"
190msgstr "" 190msgstr ""
191 191
192#: src/microhttpd/daemon.c:2383 192#: src/microhttpd/daemon.c:2398
193#, c-format 193#, c-format
194msgid "Failed to set SO_NOSIGPIPE on accepted socket: %s\n" 194msgid "Failed to set SO_NOSIGPIPE on accepted socket: %s\n"
195msgstr "" 195msgstr ""
196 196
197#: src/microhttpd/daemon.c:2400 src/microhttpd/daemon.c:3223 197#: src/microhttpd/daemon.c:2415 src/microhttpd/daemon.c:3238
198#, c-format 198#, c-format
199msgid "Accepted connection on socket %d\n" 199msgid "Accepted connection on socket %d\n"
200msgstr "" 200msgstr ""
201 201
202#: src/microhttpd/daemon.c:2412 src/microhttpd/daemon.c:2602 202#: src/microhttpd/daemon.c:2427 src/microhttpd/daemon.c:2617
203msgid "Server reached connection limit. Closing inbound connection.\n" 203msgid "Server reached connection limit. Closing inbound connection.\n"
204msgstr "" 204msgstr ""
205 205
206#: src/microhttpd/daemon.c:2430 206#: src/microhttpd/daemon.c:2445
207msgid "Connection rejected by application. Closing connection.\n" 207msgid "Connection rejected by application. Closing connection.\n"
208msgstr "" 208msgstr ""
209 209
210#: src/microhttpd/daemon.c:2463 src/microhttpd/daemon.c:2483 210#: src/microhttpd/daemon.c:2478 src/microhttpd/daemon.c:2498
211#: src/microhttpd/daemon.c:3809 211#: src/microhttpd/daemon.c:3824
212#, c-format 212#, c-format
213msgid "Error allocating memory: %s\n" 213msgid "Error allocating memory: %s\n"
214msgstr "" 214msgstr ""
215 215
216#: src/microhttpd/daemon.c:2555 216#: src/microhttpd/daemon.c:2570
217#, c-format 217#, c-format
218msgid "Failed to setup TLS credentials: unknown credential type %d\n" 218msgid "Failed to setup TLS credentials: unknown credential type %d\n"
219msgstr "" 219msgstr ""
220 220
221#: src/microhttpd/daemon.c:2564 221#: src/microhttpd/daemon.c:2579
222msgid "Unknown credential type" 222msgid "Unknown credential type"
223msgstr "" 223msgstr ""
224 224
225#: src/microhttpd/daemon.c:2666 src/microhttpd/daemon.c:4299 225#: src/microhttpd/daemon.c:2681 src/microhttpd/daemon.c:4314
226#: src/microhttpd/daemon.c:4332 src/microhttpd/daemon.c:5494 226#: src/microhttpd/daemon.c:4347 src/microhttpd/daemon.c:5509
227#: src/microhttpd/daemon.c:5511 src/microhttpd/connection.c:4099 227#: src/microhttpd/daemon.c:5526 src/microhttpd/connection.c:4130
228#: src/microhttpd/response.c:1003 src/microhttpd/response.c:1029 228#: src/microhttpd/response.c:1003 src/microhttpd/response.c:1029
229#, c-format 229#, c-format
230msgid "Call to epoll_ctl failed: %s\n" 230msgid "Call to epoll_ctl failed: %s\n"
231msgstr "" 231msgstr ""
232 232
233#: src/microhttpd/daemon.c:2691 233#: src/microhttpd/daemon.c:2706
234msgid "Failed to signal new connection via inter-thread communication channel." 234msgid "Failed to signal new connection via inter-thread communication channel."
235msgstr "" 235msgstr ""
236 236
237#: src/microhttpd/daemon.c:2796 src/microhttpd/daemon.c:3307 237#: src/microhttpd/daemon.c:2811 src/microhttpd/daemon.c:3322
238#: src/microhttpd/daemon.c:6448 src/microhttpd/connection.c:1190 238#: src/microhttpd/daemon.c:6463 src/microhttpd/connection.c:1190
239#: src/microhttpd/connection.c:1209 239#: src/microhttpd/connection.c:1209
240msgid "Failed to remove FD from epoll set\n" 240msgid "Failed to remove FD from epoll set\n"
241msgstr "" 241msgstr ""
242 242
243#: src/microhttpd/daemon.c:2845 243#: src/microhttpd/daemon.c:2860
244msgid "Cannot suspend connections without enabling MHD_ALLOW_SUSPEND_RESUME!\n" 244msgid "Cannot suspend connections without enabling MHD_ALLOW_SUSPEND_RESUME!\n"
245msgstr "" 245msgstr ""
246 246
247#: src/microhttpd/daemon.c:2851 247#: src/microhttpd/daemon.c:2866
248msgid "Error: connection scheduled for \"upgrade\" cannot be suspended" 248msgid "Error: connection scheduled for \"upgrade\" cannot be suspended"
249msgstr "" 249msgstr ""
250 250
251#: src/microhttpd/daemon.c:2874 251#: src/microhttpd/daemon.c:2889
252msgid "Cannot resume connections without enabling MHD_ALLOW_SUSPEND_RESUME!\n" 252msgid "Cannot resume connections without enabling MHD_ALLOW_SUSPEND_RESUME!\n"
253msgstr "" 253msgstr ""
254 254
255#: src/microhttpd/daemon.c:2888 255#: src/microhttpd/daemon.c:2903
256msgid "Failed to signal resume via inter-thread communication channel." 256msgid "Failed to signal resume via inter-thread communication channel."
257msgstr "" 257msgstr ""
258 258
259#: src/microhttpd/daemon.c:3020 259#: src/microhttpd/daemon.c:3035
260msgid "" 260msgid ""
261"Failed to signal resume of connection via inter-thread communication channel." 261"Failed to signal resume of connection via inter-thread communication channel."
262msgstr "" 262msgstr ""
263 263
264#: src/microhttpd/daemon.c:3066 264#: src/microhttpd/daemon.c:3081
265#, c-format 265#, c-format
266msgid "Failed to set nonblocking mode on new client socket: %s\n" 266msgid "Failed to set nonblocking mode on new client socket: %s\n"
267msgstr "" 267msgstr ""
268 268
269#: src/microhttpd/daemon.c:3079 269#: src/microhttpd/daemon.c:3094
270msgid "Failed to set noninheritable mode on new client socket.\n" 270msgid "Failed to set noninheritable mode on new client socket.\n"
271msgstr "" 271msgstr ""
272 272
273#: src/microhttpd/daemon.c:3088 273#: src/microhttpd/daemon.c:3103
274msgid "Failed to reset buffering mode on new client socket.\n" 274msgid "Failed to reset buffering mode on new client socket.\n"
275msgstr "" 275msgstr ""
276 276
277#: src/microhttpd/daemon.c:3161 277#: src/microhttpd/daemon.c:3176
278#, c-format 278#, c-format
279msgid "Error accepting connection: %s\n" 279msgid "Error accepting connection: %s\n"
280msgstr "" 280msgstr ""
281 281
282#: src/microhttpd/daemon.c:3178 282#: src/microhttpd/daemon.c:3193
283msgid "" 283msgid ""
284"Hit process or system resource limit at FIRST connection. This is really bad " 284"Hit process or system resource limit at FIRST connection. This is really bad "
285"as there is no sane way to proceed. Will try busy waiting for system " 285"as there is no sane way to proceed. Will try busy waiting for system "
286"resources to become magically available.\n" 286"resources to become magically available.\n"
287msgstr "" 287msgstr ""
288 288
289#: src/microhttpd/daemon.c:3192 289#: src/microhttpd/daemon.c:3207
290#, c-format 290#, c-format
291msgid "" 291msgid ""
292"Hit process or system resource limit at %u connections, temporarily " 292"Hit process or system resource limit at %u connections, temporarily "
293"suspending accept(). Consider setting a lower MHD_OPTION_CONNECTION_LIMIT.\n" 293"suspending accept(). Consider setting a lower MHD_OPTION_CONNECTION_LIMIT.\n"
294msgstr "" 294msgstr ""
295 295
296#: src/microhttpd/daemon.c:3204 296#: src/microhttpd/daemon.c:3219
297#, c-format 297#, c-format
298msgid "Failed to set nonblocking mode on incoming connection socket: %s\n" 298msgid "Failed to set nonblocking mode on incoming connection socket: %s\n"
299msgstr "" 299msgstr ""
300 300
301#: src/microhttpd/daemon.c:3216 301#: src/microhttpd/daemon.c:3231
302msgid "Failed to set noninheritable mode on incoming connection socket.\n" 302msgid "Failed to set noninheritable mode on incoming connection socket.\n"
303msgstr "" 303msgstr ""
304 304
305#: src/microhttpd/daemon.c:3264 src/microhttpd/daemon.c:6600 305#: src/microhttpd/daemon.c:3279 src/microhttpd/daemon.c:6615
306#: src/microhttpd/daemon.c:6632 src/microhttpd/daemon.c:6732 306#: src/microhttpd/daemon.c:6647 src/microhttpd/daemon.c:6747
307msgid "Failed to join a thread\n" 307msgid "Failed to join a thread\n"
308msgstr "" 308msgstr ""
309 309
310#: src/microhttpd/daemon.c:3368 310#: src/microhttpd/daemon.c:3383
311msgid "Illegal call to MHD_get_timeout\n" 311msgid "Illegal call to MHD_get_timeout\n"
312msgstr "" 312msgstr ""
313 313
314#: src/microhttpd/daemon.c:3565 314#: src/microhttpd/daemon.c:3580
315msgid "" 315msgid ""
316"MHD_run_from_select() called with except_fd_set set to NULL. Such behavior " 316"MHD_run_from_select() called with except_fd_set set to NULL. Such behavior "
317"is deprecated.\n" 317"is deprecated.\n"
318msgstr "" 318msgstr ""
319 319
320#: src/microhttpd/daemon.c:3645 320#: src/microhttpd/daemon.c:3660
321msgid "Could not obtain daemon fdsets" 321msgid "Could not obtain daemon fdsets"
322msgstr "" 322msgstr ""
323 323
324#: src/microhttpd/daemon.c:3662 324#: src/microhttpd/daemon.c:3677
325msgid "Could not add listen socket to fdset" 325msgid "Could not add listen socket to fdset"
326msgstr "" 326msgstr ""
327 327
328#: src/microhttpd/daemon.c:3690 328#: src/microhttpd/daemon.c:3705
329msgid "Could not add control inter-thread communication channel FD to fdset" 329msgid "Could not add control inter-thread communication channel FD to fdset"
330msgstr "" 330msgstr ""
331 331
332#: src/microhttpd/daemon.c:3746 332#: src/microhttpd/daemon.c:3761
333#, c-format 333#, c-format
334msgid "select failed: %s\n" 334msgid "select failed: %s\n"
335msgstr "" 335msgstr ""
336 336
337#: src/microhttpd/daemon.c:3891 src/microhttpd/daemon.c:4038 337#: src/microhttpd/daemon.c:3906 src/microhttpd/daemon.c:4053
338#, c-format 338#, c-format
339msgid "poll failed: %s\n" 339msgid "poll failed: %s\n"
340msgstr "" 340msgstr ""
341 341
342#: src/microhttpd/daemon.c:4168 src/microhttpd/daemon.c:4399 342#: src/microhttpd/daemon.c:4183 src/microhttpd/daemon.c:4414
343#, c-format 343#, c-format
344msgid "Call to epoll_wait failed: %s\n" 344msgid "Call to epoll_wait failed: %s\n"
345msgstr "" 345msgstr ""
346 346
347#: src/microhttpd/daemon.c:4351 src/microhttpd/daemon.c:4808 347#: src/microhttpd/daemon.c:4366 src/microhttpd/daemon.c:4823
348msgid "Failed to remove listen FD from epoll set\n" 348msgid "Failed to remove listen FD from epoll set\n"
349msgstr "" 349msgstr ""
350 350
351#: src/microhttpd/daemon.c:4816 351#: src/microhttpd/daemon.c:4831
352msgid "Failed to signal quiesce via inter-thread communication channel" 352msgid "Failed to signal quiesce via inter-thread communication channel"
353msgstr "" 353msgstr ""
354 354
355#: src/microhttpd/daemon.c:4838 355#: src/microhttpd/daemon.c:4853
356msgid "failed to signal quiesce via inter-thread communication channel" 356msgid "failed to signal quiesce via inter-thread communication channel"
357msgstr "" 357msgstr ""
358 358
359#: src/microhttpd/daemon.c:4949 359#: src/microhttpd/daemon.c:4964
360msgid "Warning: Too large timeout value, ignored.\n" 360msgid "Warning: Too large timeout value, ignored.\n"
361msgstr "" 361msgstr ""
362 362
363#: src/microhttpd/daemon.c:4988 363#: src/microhttpd/daemon.c:5003
364msgid "" 364msgid ""
365"Warning: Zero size, specified for thread pool size, is ignored. Thread pool " 365"Warning: Zero size, specified for thread pool size, is ignored. Thread pool "
366"is not used.\n" 366"is not used.\n"
367msgstr "" 367msgstr ""
368 368
369#: src/microhttpd/daemon.c:4996 369#: src/microhttpd/daemon.c:5011
370msgid "" 370msgid ""
371"Warning: \"1\", specified for thread pool size, is ignored. Thread pool is " 371"Warning: \"1\", specified for thread pool size, is ignored. Thread pool is "
372"not used.\n" 372"not used.\n"
373msgstr "" 373msgstr ""
374 374
375#: src/microhttpd/daemon.c:5008 375#: src/microhttpd/daemon.c:5023
376#, c-format 376#, c-format
377msgid "Specified thread pool size (%u) too big\n" 377msgid "Specified thread pool size (%u) too big\n"
378msgstr "" 378msgstr ""
379 379
380#: src/microhttpd/daemon.c:5019 380#: src/microhttpd/daemon.c:5034
381msgid "" 381msgid ""
382"MHD_OPTION_THREAD_POOL_SIZE option is specified but " 382"MHD_OPTION_THREAD_POOL_SIZE option is specified but "
383"MHD_USE_INTERNAL_POLLING_THREAD flag is not specified.\n" 383"MHD_USE_INTERNAL_POLLING_THREAD flag is not specified.\n"
384msgstr "" 384msgstr ""
385 385
386#: src/microhttpd/daemon.c:5028 386#: src/microhttpd/daemon.c:5043
387msgid "" 387msgid ""
388"Both MHD_OPTION_THREAD_POOL_SIZE option and MHD_USE_THREAD_PER_CONNECTION " 388"Both MHD_OPTION_THREAD_POOL_SIZE option and MHD_USE_THREAD_PER_CONNECTION "
389"flag are specified.\n" 389"flag are specified.\n"
390msgstr "" 390msgstr ""
391 391
392#: src/microhttpd/daemon.c:5045 src/microhttpd/daemon.c:5057 392#: src/microhttpd/daemon.c:5060 src/microhttpd/daemon.c:5072
393#: src/microhttpd/daemon.c:5069 src/microhttpd/daemon.c:5081 393#: src/microhttpd/daemon.c:5084 src/microhttpd/daemon.c:5096
394#: src/microhttpd/daemon.c:5132 src/microhttpd/daemon.c:5160 394#: src/microhttpd/daemon.c:5147 src/microhttpd/daemon.c:5175
395#: src/microhttpd/daemon.c:5179 395#: src/microhttpd/daemon.c:5194
396#, c-format 396#, c-format
397msgid "MHD HTTPS option %d passed to MHD but MHD_USE_TLS not set\n" 397msgid "MHD HTTPS option %d passed to MHD but MHD_USE_TLS not set\n"
398msgstr "" 398msgstr ""
399 399
400#: src/microhttpd/daemon.c:5101 400#: src/microhttpd/daemon.c:5116
401msgid "Error initializing DH parameters\n" 401msgid "Error initializing DH parameters\n"
402msgstr "" 402msgstr ""
403 403
404#: src/microhttpd/daemon.c:5111 404#: src/microhttpd/daemon.c:5126
405msgid "Diffie-Hellman parameters string too long\n" 405msgid "Diffie-Hellman parameters string too long\n"
406msgstr "" 406msgstr ""
407 407
408#: src/microhttpd/daemon.c:5122 408#: src/microhttpd/daemon.c:5137
409msgid "Bad Diffie-Hellman parameters format\n" 409msgid "Bad Diffie-Hellman parameters format\n"
410msgstr "" 410msgstr ""
411 411
412#: src/microhttpd/daemon.c:5149 412#: src/microhttpd/daemon.c:5164
413#, c-format 413#, c-format
414msgid "Setting priorities to `%s' failed: %s\n" 414msgid "Setting priorities to `%s' failed: %s\n"
415msgstr "" 415msgstr ""
416 416
417#: src/microhttpd/daemon.c:5168 417#: src/microhttpd/daemon.c:5183
418msgid "" 418msgid ""
419"MHD_OPTION_HTTPS_CERT_CALLBACK requires building MHD with GnuTLS >= 3.0\n" 419"MHD_OPTION_HTTPS_CERT_CALLBACK requires building MHD with GnuTLS >= 3.0\n"
420msgstr "" 420msgstr ""
421 421
422#: src/microhttpd/daemon.c:5202 422#: src/microhttpd/daemon.c:5217
423msgid "" 423msgid ""
424"MHD_OPTION_LISTEN_SOCKET specified for daemon with MHD_USE_NO_LISTEN_SOCKET " 424"MHD_OPTION_LISTEN_SOCKET specified for daemon with MHD_USE_NO_LISTEN_SOCKET "
425"flag set.\n" 425"flag set.\n"
426msgstr "" 426msgstr ""
427 427
428#: src/microhttpd/daemon.c:5238 428#: src/microhttpd/daemon.c:5253
429msgid "TCP fastopen is not supported on this platform\n" 429msgid "TCP fastopen is not supported on this platform\n"
430msgstr "" 430msgstr ""
431 431
432#: src/microhttpd/daemon.c:5257 432#: src/microhttpd/daemon.c:5272
433msgid "" 433msgid ""
434"Flag MHD_USE_PEDANTIC_CHECKS is ignored because another behavior is " 434"Flag MHD_USE_PEDANTIC_CHECKS is ignored because another behavior is "
435"specified by MHD_OPTION_STRICT_CLIENT.\n" 435"specified by MHD_OPTION_STRICT_CLIENT.\n"
436msgstr "" 436msgstr ""
437 437
438#: src/microhttpd/daemon.c:5389 438#: src/microhttpd/daemon.c:5404
439#, c-format 439#, c-format
440msgid "MHD HTTPS option %d passed to MHD compiled without GNUtls >= 3\n" 440msgid "MHD HTTPS option %d passed to MHD compiled without GNUtls >= 3\n"
441msgstr "" 441msgstr ""
442 442
443#: src/microhttpd/daemon.c:5402 443#: src/microhttpd/daemon.c:5417
444#, c-format 444#, c-format
445msgid "MHD HTTPS option %d passed to MHD compiled without HTTPS support\n" 445msgid "MHD HTTPS option %d passed to MHD compiled without HTTPS support\n"
446msgstr "" 446msgstr ""
447 447
448#: src/microhttpd/daemon.c:5408 448#: src/microhttpd/daemon.c:5423
449#, c-format 449#, c-format
450msgid "Invalid option %d! (Did you terminate the list with MHD_OPTION_END?)\n" 450msgid "Invalid option %d! (Did you terminate the list with MHD_OPTION_END?)\n"
451msgstr "" 451msgstr ""
452 452
453#: src/microhttpd/daemon.c:5438 453#: src/microhttpd/daemon.c:5453
454#, c-format 454#, c-format
455msgid "Call to epoll_create1 failed: %s\n" 455msgid "Call to epoll_create1 failed: %s\n"
456msgstr "" 456msgstr ""
457 457
458#: src/microhttpd/daemon.c:5448 458#: src/microhttpd/daemon.c:5463
459msgid "Failed to set noninheritable mode on epoll FD.\n" 459msgid "Failed to set noninheritable mode on epoll FD.\n"
460msgstr "" 460msgstr ""
461 461
462#: src/microhttpd/daemon.c:5691 462#: src/microhttpd/daemon.c:5706
463msgid "" 463msgid ""
464"Warning: MHD_USE_THREAD_PER_CONNECTION must be used only with " 464"Warning: MHD_USE_THREAD_PER_CONNECTION must be used only with "
465"MHD_USE_INTERNAL_POLLING_THREAD. Flag MHD_USE_INTERNAL_POLLING_THREAD was " 465"MHD_USE_INTERNAL_POLLING_THREAD. Flag MHD_USE_INTERNAL_POLLING_THREAD was "
466"added. Consider setting MHD_USE_INTERNAL_POLLING_THREAD explicitly.\n" 466"added. Consider setting MHD_USE_INTERNAL_POLLING_THREAD explicitly.\n"
467msgstr "" 467msgstr ""
468 468
469#: src/microhttpd/daemon.c:5739 469#: src/microhttpd/daemon.c:5754
470msgid "Using debug build of libmicrohttpd.\n" 470msgid "Using debug build of libmicrohttpd.\n"
471msgstr "" 471msgstr ""
472 472
473#: src/microhttpd/daemon.c:5753 473#: src/microhttpd/daemon.c:5768
474#, c-format 474#, c-format
475msgid "Failed to create inter-thread communication channel: %s\n" 475msgid "Failed to create inter-thread communication channel: %s\n"
476msgstr "" 476msgstr ""
477 477
478#: src/microhttpd/daemon.c:5769 478#: src/microhttpd/daemon.c:5784
479msgid "" 479msgid ""
480"file descriptor for inter-thread communication channel exceeds maximum " 480"file descriptor for inter-thread communication channel exceeds maximum "
481"value\n" 481"value\n"
482msgstr "" 482msgstr ""
483 483
484#: src/microhttpd/daemon.c:5789 484#: src/microhttpd/daemon.c:5804
485msgid "Specified value for NC_SIZE too large\n" 485msgid "Specified value for NC_SIZE too large\n"
486msgstr "" 486msgstr ""
487 487
488#: src/microhttpd/daemon.c:5803 488#: src/microhttpd/daemon.c:5818
489#, c-format 489#, c-format
490msgid "Failed to allocate memory for nonce-nc map: %s\n" 490msgid "Failed to allocate memory for nonce-nc map: %s\n"
491msgstr "" 491msgstr ""
492 492
493#: src/microhttpd/daemon.c:5820 493#: src/microhttpd/daemon.c:5835
494msgid "MHD failed to initialize nonce-nc mutex\n" 494msgid "MHD failed to initialize nonce-nc mutex\n"
495msgstr "" 495msgstr ""
496 496
497#: src/microhttpd/daemon.c:5840 497#: src/microhttpd/daemon.c:5855
498msgid "MHD thread pooling only works with MHD_USE_INTERNAL_POLLING_THREAD\n" 498msgid "MHD thread pooling only works with MHD_USE_INTERNAL_POLLING_THREAD\n"
499msgstr "" 499msgstr ""
500 500
501#: src/microhttpd/daemon.c:5864 501#: src/microhttpd/daemon.c:5879
502#, c-format 502#, c-format
503msgid "Failed to create socket for listening: %s\n" 503msgid "Failed to create socket for listening: %s\n"
504msgstr "" 504msgstr ""
505 505
506#: src/microhttpd/daemon.c:5885 src/microhttpd/daemon.c:5904 506#: src/microhttpd/daemon.c:5900 src/microhttpd/daemon.c:5919
507#: src/microhttpd/daemon.c:5927 src/microhttpd/daemon.c:5964 507#: src/microhttpd/daemon.c:5942 src/microhttpd/daemon.c:5979
508#: src/microhttpd/daemon.c:6041 src/microhttpd/daemon.c:6072 508#: src/microhttpd/daemon.c:6056 src/microhttpd/daemon.c:6087
509#, c-format 509#, c-format
510msgid "setsockopt failed: %s\n" 510msgid "setsockopt failed: %s\n"
511msgstr "" 511msgstr ""
512 512
513#: src/microhttpd/daemon.c:5937 513#: src/microhttpd/daemon.c:5952
514msgid "Cannot allow listening address reuse: SO_REUSEPORT not defined\n" 514msgid "Cannot allow listening address reuse: SO_REUSEPORT not defined\n"
515msgstr "" 515msgstr ""
516 516
517#: src/microhttpd/daemon.c:5972 517#: src/microhttpd/daemon.c:5987
518msgid "" 518msgid ""
519"Cannot disallow listening address reuse: SO_EXCLUSIVEADDRUSE not defined\n" 519"Cannot disallow listening address reuse: SO_EXCLUSIVEADDRUSE not defined\n"
520msgstr "" 520msgstr ""
521 521
522#: src/microhttpd/daemon.c:6052 522#: src/microhttpd/daemon.c:6067
523#, c-format 523#, c-format
524msgid "Failed to bind to port %u: %s\n" 524msgid "Failed to bind to port %u: %s\n"
525msgstr "" 525msgstr ""
526 526
527#: src/microhttpd/daemon.c:6083 527#: src/microhttpd/daemon.c:6098
528#, c-format 528#, c-format
529msgid "Failed to listen for connections: %s\n" 529msgid "Failed to listen for connections: %s\n"
530msgstr "" 530msgstr ""
531 531
532#: src/microhttpd/daemon.c:6114 532#: src/microhttpd/daemon.c:6129
533#, c-format 533#, c-format
534msgid "Failed to get listen port number: %s\n" 534msgid "Failed to get listen port number: %s\n"
535msgstr "" 535msgstr ""
536 536
537#: src/microhttpd/daemon.c:6124 537#: src/microhttpd/daemon.c:6139
538msgid "" 538msgid ""
539"Failed to get listen port number (`struct sockaddr_storage` too small!?)\n" 539"Failed to get listen port number (`struct sockaddr_storage` too small!?)\n"
540msgstr "" 540msgstr ""
541 541
542#: src/microhttpd/daemon.c:6165 542#: src/microhttpd/daemon.c:6180
543msgid "Unknown address family!\n" 543msgid "Unknown address family!\n"
544msgstr "" 544msgstr ""
545 545
546#: src/microhttpd/daemon.c:6179 546#: src/microhttpd/daemon.c:6194
547#, c-format 547#, c-format
548msgid "Failed to set nonblocking mode on listening socket: %s\n" 548msgid "Failed to set nonblocking mode on listening socket: %s\n"
549msgstr "" 549msgstr ""
550 550
551#: src/microhttpd/daemon.c:6221 551#: src/microhttpd/daemon.c:6236
552msgid "" 552msgid ""
553"Combining MHD_USE_THREAD_PER_CONNECTION and MHD_USE_EPOLL is not supported.\n" 553"Combining MHD_USE_THREAD_PER_CONNECTION and MHD_USE_EPOLL is not supported.\n"
554msgstr "" 554msgstr ""
555 555
556#: src/microhttpd/daemon.c:6235 src/microhttpd/daemon.c:6248 556#: src/microhttpd/daemon.c:6250 src/microhttpd/daemon.c:6263
557msgid "MHD failed to initialize IP connection limit mutex\n" 557msgid "MHD failed to initialize IP connection limit mutex\n"
558msgstr "" 558msgstr ""
559 559
560#: src/microhttpd/daemon.c:6267 560#: src/microhttpd/daemon.c:6282
561msgid "Failed to initialize TLS support\n" 561msgid "Failed to initialize TLS support\n"
562msgstr "" 562msgstr ""
563 563
564#: src/microhttpd/daemon.c:6294 564#: src/microhttpd/daemon.c:6309
565#, c-format 565#, c-format
566msgid "Failed to create listen thread: %s\n" 566msgid "Failed to create listen thread: %s\n"
567msgstr "" 567msgstr ""
568 568
569#: src/microhttpd/daemon.c:6342 569#: src/microhttpd/daemon.c:6357
570#, c-format 570#, c-format
571msgid "Failed to create worker inter-thread communication channel: %s\n" 571msgid "Failed to create worker inter-thread communication channel: %s\n"
572msgstr "" 572msgstr ""
573 573
574#: src/microhttpd/daemon.c:6353 574#: src/microhttpd/daemon.c:6368
575msgid "" 575msgid ""
576"File descriptor for worker inter-thread communication channel exceeds " 576"File descriptor for worker inter-thread communication channel exceeds "
577"maximum value\n" 577"maximum value\n"
578msgstr "" 578msgstr ""
579 579
580#: src/microhttpd/daemon.c:6378 580#: src/microhttpd/daemon.c:6393
581msgid "MHD failed to initialize cleanup connection mutex\n" 581msgid "MHD failed to initialize cleanup connection mutex\n"
582msgstr "" 582msgstr ""
583 583
584#: src/microhttpd/daemon.c:6392 584#: src/microhttpd/daemon.c:6407
585#, c-format 585#, c-format
586msgid "Failed to create pool thread: %s\n" 586msgid "Failed to create pool thread: %s\n"
587msgstr "" 587msgstr ""
588 588
589#: src/microhttpd/daemon.c:6545 src/microhttpd/daemon.c:6576 589#: src/microhttpd/daemon.c:6560 src/microhttpd/daemon.c:6591
590msgid "MHD_stop_daemon() called while we have suspended connections.\n" 590msgid "MHD_stop_daemon() called while we have suspended connections.\n"
591msgstr "" 591msgstr ""
592 592
593#: src/microhttpd/daemon.c:6585 src/microhttpd/daemon.c:6714 593#: src/microhttpd/daemon.c:6600 src/microhttpd/daemon.c:6729
594msgid "Failed to signal shutdown via inter-thread communication channel" 594msgid "Failed to signal shutdown via inter-thread communication channel"
595msgstr "" 595msgstr ""
596 596
597#: src/microhttpd/daemon.c:6677 597#: src/microhttpd/daemon.c:6692
598msgid "Failed to signal shutdown via inter-thread communication channel." 598msgid "Failed to signal shutdown via inter-thread communication channel."
599msgstr "" 599msgstr ""
600 600
601#: src/microhttpd/daemon.c:7144 601#: src/microhttpd/daemon.c:7159
602msgid "Failed to initialize winsock\n" 602msgid "Failed to initialize winsock\n"
603msgstr "" 603msgstr ""
604 604
605#: src/microhttpd/daemon.c:7147 605#: src/microhttpd/daemon.c:7162
606msgid "Winsock version 2.2 is not available\n" 606msgid "Winsock version 2.2 is not available\n"
607msgstr "" 607msgstr ""
608 608
609#: src/microhttpd/daemon.c:7155 src/microhttpd/daemon.c:7159 609#: src/microhttpd/daemon.c:7170 src/microhttpd/daemon.c:7174
610msgid "Failed to initialise multithreading in libgcrypt\n" 610msgid "Failed to initialise multithreading in libgcrypt\n"
611msgstr "" 611msgstr ""
612 612
613#: src/microhttpd/daemon.c:7164 613#: src/microhttpd/daemon.c:7179
614msgid "libgcrypt is too old. MHD was compiled for libgcrypt 1.6.0 or newer\n" 614msgid "libgcrypt is too old. MHD was compiled for libgcrypt 1.6.0 or newer\n"
615msgstr "" 615msgstr ""
616 616
@@ -622,134 +622,134 @@ msgstr ""
622msgid "Closing connection (application reported error generating data)\n" 622msgid "Closing connection (application reported error generating data)\n"
623msgstr "" 623msgstr ""
624 624
625#: src/microhttpd/connection.c:1368 625#: src/microhttpd/connection.c:1364
626msgid "Closing connection (out of memory)\n" 626msgid "Closing connection (out of memory)\n"
627msgstr "" 627msgstr ""
628 628
629#: src/microhttpd/connection.c:1415 629#: src/microhttpd/connection.c:1411
630msgid "Closing connection (application error generating response)\n" 630msgid "Closing connection (application error generating response)\n"
631msgstr "" 631msgstr ""
632 632
633#: src/microhttpd/connection.c:2000 633#: src/microhttpd/connection.c:2029
634#, c-format 634#, c-format
635msgid "" 635msgid ""
636"Error processing request (HTTP response code is %u (`%s')). Closing " 636"Error processing request (HTTP response code is %u (`%s')). Closing "
637"connection.\n" 637"connection.\n"
638msgstr "" 638msgstr ""
639 639
640#: src/microhttpd/connection.c:2026 src/microhttpd/connection.c:3038 640#: src/microhttpd/connection.c:2055 src/microhttpd/connection.c:3068
641msgid "Closing connection (failed to queue response)\n" 641msgid "Closing connection (failed to queue response)\n"
642msgstr "" 642msgstr ""
643 643
644#: src/microhttpd/connection.c:2036 src/microhttpd/connection.c:3811 644#: src/microhttpd/connection.c:2065 src/microhttpd/connection.c:3842
645#: src/microhttpd/connection.c:3934 645#: src/microhttpd/connection.c:3965
646msgid "Closing connection (failed to create response header)\n" 646msgid "Closing connection (failed to create response header)\n"
647msgstr "" 647msgstr ""
648 648
649#: src/microhttpd/connection.c:2082 src/microhttpd/connection.c:3192 649#: src/microhttpd/connection.c:2111 src/microhttpd/connection.c:3223
650#: src/microhttpd/connection.c:3260 src/microhttpd/connection.c:3576 650#: src/microhttpd/connection.c:3291 src/microhttpd/connection.c:3607
651#, c-format 651#, c-format
652msgid "In function %s handling connection at state: %s\n" 652msgid "In function %s handling connection at state: %s\n"
653msgstr "" 653msgstr ""
654 654
655#: src/microhttpd/connection.c:2300 655#: src/microhttpd/connection.c:2329
656msgid "Not enough memory in pool to allocate header record!\n" 656msgid "Not enough memory in pool to allocate header record!\n"
657msgstr "" 657msgstr ""
658 658
659#: src/microhttpd/connection.c:2346 659#: src/microhttpd/connection.c:2375
660msgid "Not enough memory in pool to parse cookies!\n" 660msgid "Not enough memory in pool to parse cookies!\n"
661msgstr "" 661msgstr ""
662 662
663#: src/microhttpd/connection.c:2576 src/microhttpd/connection.c:2761 663#: src/microhttpd/connection.c:2605 src/microhttpd/connection.c:2790
664msgid "Application reported internal error, closing connection.\n" 664msgid "Application reported internal error, closing connection.\n"
665msgstr "" 665msgstr ""
666 666
667#: src/microhttpd/connection.c:2629 src/microhttpd/connection.c:2706 667#: src/microhttpd/connection.c:2658 src/microhttpd/connection.c:2735
668msgid "" 668msgid ""
669"Received malformed HTTP request (bad chunked encoding). Closing connection.\n" 669"Received malformed HTTP request (bad chunked encoding). Closing connection.\n"
670msgstr "" 670msgstr ""
671 671
672#: src/microhttpd/connection.c:2769 672#: src/microhttpd/connection.c:2798
673msgid "libmicrohttpd API violation" 673msgid "libmicrohttpd API violation"
674msgstr "" 674msgstr ""
675 675
676#: src/microhttpd/connection.c:2784 676#: src/microhttpd/connection.c:2813
677msgid "" 677msgid ""
678"WARNING: incomplete upload processing and connection not suspended may " 678"WARNING: incomplete upload processing and connection not suspended may "
679"result in hung connection.\n" 679"result in hung connection.\n"
680msgstr "" 680msgstr ""
681 681
682#: src/microhttpd/connection.c:2854 682#: src/microhttpd/connection.c:2884
683msgid "Received malformed line (no colon). Closing connection.\n" 683msgid "Received malformed line (no colon). Closing connection.\n"
684msgstr "" 684msgstr ""
685 685
686#: src/microhttpd/connection.c:3016 686#: src/microhttpd/connection.c:3046
687msgid "Received HTTP 1.1 request without `Host' header.\n" 687msgid "Received HTTP 1.1 request without `Host' header.\n"
688msgstr "" 688msgstr ""
689 689
690#: src/microhttpd/connection.c:3027 690#: src/microhttpd/connection.c:3057
691msgid "Closing connection (failed to create response)\n" 691msgid "Closing connection (failed to create response)\n"
692msgstr "" 692msgstr ""
693 693
694#: src/microhttpd/connection.c:3171 694#: src/microhttpd/connection.c:3202
695msgid "Socket disconnected while reading request.\n" 695msgid "Socket disconnected while reading request.\n"
696msgstr "" 696msgstr ""
697 697
698#: src/microhttpd/connection.c:3177 698#: src/microhttpd/connection.c:3208
699msgid "Connection socket is closed due to error when reading request.\n" 699msgid "Connection socket is closed due to error when reading request.\n"
700msgstr "" 700msgstr ""
701 701
702#: src/microhttpd/connection.c:3286 702#: src/microhttpd/connection.c:3317
703#, c-format 703#, c-format
704msgid "Failed to send data in request for %s.\n" 704msgid "Failed to send data in request for %s.\n"
705msgstr "" 705msgstr ""
706 706
707#: src/microhttpd/connection.c:3295 707#: src/microhttpd/connection.c:3326
708#, c-format 708#, c-format
709msgid "Sent 100 continue response: `%.*s'\n" 709msgid "Sent 100 continue response: `%.*s'\n"
710msgstr "" 710msgstr ""
711 711
712#: src/microhttpd/connection.c:3319 712#: src/microhttpd/connection.c:3350
713msgid "Connection was closed while sending response headers.\n" 713msgid "Connection was closed while sending response headers.\n"
714msgstr "" 714msgstr ""
715 715
716#: src/microhttpd/connection.c:3360 716#: src/microhttpd/connection.c:3391
717msgid "Data offset exceeds limit" 717msgid "Data offset exceeds limit"
718msgstr "" 718msgstr ""
719 719
720#: src/microhttpd/connection.c:3369 720#: src/microhttpd/connection.c:3400
721#, c-format 721#, c-format
722msgid "Sent %d-byte DATA response: `%.*s'\n" 722msgid "Sent %d-byte DATA response: `%.*s'\n"
723msgstr "" 723msgstr ""
724 724
725#: src/microhttpd/connection.c:3386 725#: src/microhttpd/connection.c:3417
726#, c-format 726#, c-format
727msgid "Failed to send data in request for `%s'.\n" 727msgid "Failed to send data in request for `%s'.\n"
728msgstr "" 728msgstr ""
729 729
730#: src/microhttpd/connection.c:3414 src/microhttpd/connection.c:3442 730#: src/microhttpd/connection.c:3445 src/microhttpd/connection.c:3473
731msgid "Connection was closed while sending response body.\n" 731msgid "Connection was closed while sending response body.\n"
732msgstr "" 732msgstr ""
733 733
734#: src/microhttpd/connection.c:3465 734#: src/microhttpd/connection.c:3496
735msgid "Internal error\n" 735msgid "Internal error\n"
736msgstr "" 736msgstr ""
737 737
738#: src/microhttpd/connection.c:3538 738#: src/microhttpd/connection.c:3569
739msgid "" 739msgid ""
740"Failed to signal end of connection via inter-thread communication channel" 740"Failed to signal end of connection via inter-thread communication channel"
741msgstr "" 741msgstr ""
742 742
743#: src/microhttpd/connection.c:4285 743#: src/microhttpd/connection.c:4316
744msgid "Attempted to queue response on wrong thread!\n" 744msgid "Attempted to queue response on wrong thread!\n"
745msgstr "" 745msgstr ""
746 746
747#: src/microhttpd/connection.c:4296 747#: src/microhttpd/connection.c:4327
748msgid "" 748msgid ""
749"Attempted 'upgrade' connection on daemon without MHD_ALLOW_UPGRADE option!\n" 749"Attempted 'upgrade' connection on daemon without MHD_ALLOW_UPGRADE option!\n"
750msgstr "" 750msgstr ""
751 751
752#: src/microhttpd/connection.c:4305 752#: src/microhttpd/connection.c:4336
753msgid "Application used invalid status code for 'upgrade' response!\n" 753msgid "Application used invalid status code for 'upgrade' response!\n"
754msgstr "" 754msgstr ""
755 755
diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h
index 7388ee80..6e037b6b 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -132,7 +132,7 @@ typedef intptr_t ssize_t;
132 * Current version of the library. 132 * Current version of the library.
133 * 0x01093001 = 1.9.30-1. 133 * 0x01093001 = 1.9.30-1.
134 */ 134 */
135#define MHD_VERSION 0x00096401 135#define MHD_VERSION 0x00096500
136 136
137/** 137/**
138 * MHD-internal return code for "YES". 138 * MHD-internal return code for "YES".