diff options
author | Christian Grothoff <christian@grothoff.org> | 2019-10-26 19:31:15 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2019-10-26 19:31:15 +0200 |
commit | 86186edbf3b10db596887e75f9f7be5f778125bc (patch) | |
tree | a873a8ebb77332760a858f5c53207763abe16c7f | |
parent | 0237123940668924ef57f46778b3949d45782b69 (diff) | |
download | libmicrohttpd-86186edbf3b10db596887e75f9f7be5f778125bc.tar.gz libmicrohttpd-86186edbf3b10db596887e75f9f7be5f778125bc.zip |
version bumpv0.9.68
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | configure.ac | 6 | ||||
-rw-r--r-- | po/libmicrohttpd.pot | 242 | ||||
-rw-r--r-- | src/include/microhttpd.h | 2 |
4 files changed, 127 insertions, 126 deletions
@@ -1,6 +1,7 @@ | |||
1 | Sat 26 Oct 2019 06:53:05 PM CEST | 1 | Sat 26 Oct 2019 06:53:05 PM CEST |
2 | Fix regression where MHD would fail to return an empty response | 2 | Fix regression where MHD would fail to return an empty response |
3 | when used with HTTPS. -CG/TR | 3 | when used with HTTPS. |
4 | Releasing libmicrohttpd 0.9.68. -CG/TR | ||
4 | 5 | ||
5 | Fri 25 Oct 2019 02:31:59 PM CEST | 6 | Fri 25 Oct 2019 02:31:59 PM CEST |
6 | Introduce MHD_RF_INSANITY_HEADER_CONTENT_LENGTH. -CG | 7 | Introduce MHD_RF_INSANITY_HEADER_CONTENT_LENGTH. -CG |
diff --git a/configure.ac b/configure.ac index 0758045f..a083577c 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -22,15 +22,15 @@ | |||
22 | # | 22 | # |
23 | AC_PREREQ([2.64]) | 23 | AC_PREREQ([2.64]) |
24 | LT_PREREQ([2.4.0]) | 24 | LT_PREREQ([2.4.0]) |
25 | AC_INIT([GNU Libmicrohttpd],[0.9.67],[libmicrohttpd@gnu.org]) | 25 | AC_INIT([GNU Libmicrohttpd],[0.9.68],[libmicrohttpd@gnu.org]) |
26 | AC_CONFIG_AUX_DIR([build-aux]) | 26 | AC_CONFIG_AUX_DIR([build-aux]) |
27 | AM_INIT_AUTOMAKE([silent-rules] [subdir-objects]) | 27 | AM_INIT_AUTOMAKE([silent-rules] [subdir-objects]) |
28 | AC_CONFIG_HEADERS([MHD_config.h]) | 28 | AC_CONFIG_HEADERS([MHD_config.h]) |
29 | AC_CONFIG_MACRO_DIR([m4]) | 29 | AC_CONFIG_MACRO_DIR([m4]) |
30 | 30 | ||
31 | LIB_VERSION_CURRENT=66 | 31 | LIB_VERSION_CURRENT=67 |
32 | LIB_VERSION_REVISION=0 | 32 | LIB_VERSION_REVISION=0 |
33 | LIB_VERSION_AGE=54 | 33 | LIB_VERSION_AGE=55 |
34 | AC_SUBST(LIB_VERSION_CURRENT) | 34 | AC_SUBST(LIB_VERSION_CURRENT) |
35 | AC_SUBST(LIB_VERSION_REVISION) | 35 | AC_SUBST(LIB_VERSION_REVISION) |
36 | AC_SUBST(LIB_VERSION_AGE) | 36 | AC_SUBST(LIB_VERSION_AGE) |
diff --git a/po/libmicrohttpd.pot b/po/libmicrohttpd.pot index c5d49160..0daa66b9 100644 --- a/po/libmicrohttpd.pot +++ b/po/libmicrohttpd.pot | |||
@@ -6,9 +6,9 @@ | |||
6 | #, fuzzy | 6 | #, fuzzy |
7 | msgid "" | 7 | msgid "" |
8 | msgstr "" | 8 | msgstr "" |
9 | "Project-Id-Version: GNU libmicrohttpd 0.9.67\n" | 9 | "Project-Id-Version: GNU libmicrohttpd 0.9.68\n" |
10 | "Report-Msgid-Bugs-To: libmicrohttpd@gnu.org\n" | 10 | "Report-Msgid-Bugs-To: libmicrohttpd@gnu.org\n" |
11 | "POT-Creation-Date: 2019-10-17 17:01+0200\n" | 11 | "POT-Creation-Date: 2019-10-26 19:30+0200\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" |
@@ -126,7 +126,7 @@ msgid "" | |||
126 | "unsupported.\n" | 126 | "unsupported.\n" |
127 | msgstr "" | 127 | msgstr "" |
128 | 128 | ||
129 | #: src/microhttpd/daemon.c:1348 src/microhttpd/daemon.c:6697 | 129 | #: src/microhttpd/daemon.c:1348 src/microhttpd/daemon.c:6704 |
130 | msgid "" | 130 | msgid "" |
131 | "Initiated daemon shutdown while \"upgraded\" connection was not closed.\n" | 131 | "Initiated daemon shutdown while \"upgraded\" connection was not closed.\n" |
132 | msgstr "" | 132 | msgstr "" |
@@ -184,7 +184,7 @@ msgstr "" | |||
184 | msgid "PSK authentication failed: PSK too long\n" | 184 | msgid "PSK authentication failed: PSK too long\n" |
185 | msgstr "" | 185 | msgstr "" |
186 | 186 | ||
187 | #: src/microhttpd/daemon.c:2407 src/microhttpd/daemon.c:6334 | 187 | #: src/microhttpd/daemon.c:2407 src/microhttpd/daemon.c:6341 |
188 | #, c-format | 188 | #, c-format |
189 | msgid "Socket descriptor larger than FD_SETSIZE: %d > %d\n" | 189 | msgid "Socket descriptor larger than FD_SETSIZE: %d > %d\n" |
190 | msgstr "" | 190 | msgstr "" |
@@ -194,7 +194,7 @@ msgstr "" | |||
194 | msgid "Failed to set SO_NOSIGPIPE on accepted socket: %s\n" | 194 | msgid "Failed to set SO_NOSIGPIPE on accepted socket: %s\n" |
195 | msgstr "" | 195 | msgstr "" |
196 | 196 | ||
197 | #: src/microhttpd/daemon.c:2440 src/microhttpd/daemon.c:3298 | 197 | #: src/microhttpd/daemon.c:2440 src/microhttpd/daemon.c:3299 |
198 | #, c-format | 198 | #, c-format |
199 | msgid "Accepted connection on socket %d\n" | 199 | msgid "Accepted connection on socket %d\n" |
200 | msgstr "" | 200 | msgstr "" |
@@ -208,7 +208,7 @@ msgid "Connection rejected by application. Closing connection.\n" | |||
208 | msgstr "" | 208 | msgstr "" |
209 | 209 | ||
210 | #: src/microhttpd/daemon.c:2504 src/microhttpd/daemon.c:2524 | 210 | #: src/microhttpd/daemon.c:2504 src/microhttpd/daemon.c:2524 |
211 | #: src/microhttpd/daemon.c:3885 | 211 | #: src/microhttpd/daemon.c:3886 |
212 | #, c-format | 212 | #, c-format |
213 | msgid "Error allocating memory: %s\n" | 213 | msgid "Error allocating memory: %s\n" |
214 | msgstr "" | 214 | msgstr "" |
@@ -222,10 +222,10 @@ msgstr "" | |||
222 | msgid "Unknown credential type" | 222 | msgid "Unknown credential type" |
223 | msgstr "" | 223 | msgstr "" |
224 | 224 | ||
225 | #: src/microhttpd/daemon.c:2714 src/microhttpd/daemon.c:4377 | 225 | #: src/microhttpd/daemon.c:2714 src/microhttpd/daemon.c:4378 |
226 | #: src/microhttpd/daemon.c:4410 src/microhttpd/daemon.c:5615 | 226 | #: src/microhttpd/daemon.c:4411 src/microhttpd/daemon.c:5622 |
227 | #: src/microhttpd/daemon.c:5632 src/microhttpd/connection.c:3795 | 227 | #: src/microhttpd/daemon.c:5639 src/microhttpd/connection.c:3796 |
228 | #: src/microhttpd/response.c:1044 src/microhttpd/response.c:1070 | 228 | #: src/microhttpd/response.c:1052 src/microhttpd/response.c:1078 |
229 | #, c-format | 229 | #, c-format |
230 | msgid "Call to epoll_ctl failed: %s\n" | 230 | msgid "Call to epoll_ctl failed: %s\n" |
231 | msgstr "" | 231 | msgstr "" |
@@ -234,8 +234,8 @@ msgstr "" | |||
234 | msgid "Failed to signal new connection via inter-thread communication channel." | 234 | msgid "Failed to signal new connection via inter-thread communication channel." |
235 | msgstr "" | 235 | msgstr "" |
236 | 236 | ||
237 | #: src/microhttpd/daemon.c:2846 src/microhttpd/daemon.c:3382 | 237 | #: src/microhttpd/daemon.c:2846 src/microhttpd/daemon.c:3383 |
238 | #: src/microhttpd/daemon.c:6584 src/microhttpd/connection.c:802 | 238 | #: src/microhttpd/daemon.c:6591 src/microhttpd/connection.c:802 |
239 | #: src/microhttpd/connection.c:821 | 239 | #: src/microhttpd/connection.c:821 |
240 | msgid "Failed to remove FD from epoll set\n" | 240 | msgid "Failed to remove FD from epoll set\n" |
241 | msgstr "" | 241 | msgstr "" |
@@ -293,334 +293,334 @@ msgid "" | |||
293 | "suspending accept(). Consider setting a lower MHD_OPTION_CONNECTION_LIMIT.\n" | 293 | "suspending accept(). Consider setting a lower MHD_OPTION_CONNECTION_LIMIT.\n" |
294 | msgstr "" | 294 | msgstr "" |
295 | 295 | ||
296 | #: src/microhttpd/daemon.c:3267 | 296 | #: src/microhttpd/daemon.c:3268 |
297 | #, c-format | 297 | #, c-format |
298 | msgid "Failed to disable TCP Nagle on socket: %s\n" | 298 | msgid "Failed to disable TCP Nagle on socket: %s\n" |
299 | msgstr "" | 299 | msgstr "" |
300 | 300 | ||
301 | #: src/microhttpd/daemon.c:3278 | 301 | #: src/microhttpd/daemon.c:3279 |
302 | #, c-format | 302 | #, c-format |
303 | msgid "Failed to set nonblocking mode on incoming connection socket: %s\n" | 303 | msgid "Failed to set nonblocking mode on incoming connection socket: %s\n" |
304 | msgstr "" | 304 | msgstr "" |
305 | 305 | ||
306 | #: src/microhttpd/daemon.c:3291 | 306 | #: src/microhttpd/daemon.c:3292 |
307 | msgid "Failed to set noninheritable mode on incoming connection socket.\n" | 307 | msgid "Failed to set noninheritable mode on incoming connection socket.\n" |
308 | msgstr "" | 308 | msgstr "" |
309 | 309 | ||
310 | #: src/microhttpd/daemon.c:3339 src/microhttpd/daemon.c:6741 | 310 | #: src/microhttpd/daemon.c:3340 src/microhttpd/daemon.c:6748 |
311 | #: src/microhttpd/daemon.c:6773 src/microhttpd/daemon.c:6875 | 311 | #: src/microhttpd/daemon.c:6780 src/microhttpd/daemon.c:6882 |
312 | msgid "Failed to join a thread\n" | 312 | msgid "Failed to join a thread\n" |
313 | msgstr "" | 313 | msgstr "" |
314 | 314 | ||
315 | #: src/microhttpd/daemon.c:3443 | 315 | #: src/microhttpd/daemon.c:3444 |
316 | msgid "Illegal call to MHD_get_timeout\n" | 316 | msgid "Illegal call to MHD_get_timeout\n" |
317 | msgstr "" | 317 | msgstr "" |
318 | 318 | ||
319 | #: src/microhttpd/daemon.c:3640 | 319 | #: src/microhttpd/daemon.c:3641 |
320 | msgid "" | 320 | msgid "" |
321 | "MHD_run_from_select() called with except_fd_set set to NULL. Such behavior " | 321 | "MHD_run_from_select() called with except_fd_set set to NULL. Such behavior " |
322 | "is deprecated.\n" | 322 | "is deprecated.\n" |
323 | msgstr "" | 323 | msgstr "" |
324 | 324 | ||
325 | #: src/microhttpd/daemon.c:3720 | 325 | #: src/microhttpd/daemon.c:3721 |
326 | msgid "Could not obtain daemon fdsets" | 326 | msgid "Could not obtain daemon fdsets" |
327 | msgstr "" | 327 | msgstr "" |
328 | 328 | ||
329 | #: src/microhttpd/daemon.c:3737 | 329 | #: src/microhttpd/daemon.c:3738 |
330 | msgid "Could not add listen socket to fdset" | 330 | msgid "Could not add listen socket to fdset" |
331 | msgstr "" | 331 | msgstr "" |
332 | 332 | ||
333 | #: src/microhttpd/daemon.c:3766 | 333 | #: src/microhttpd/daemon.c:3767 |
334 | msgid "Could not add control inter-thread communication channel FD to fdset" | 334 | msgid "Could not add control inter-thread communication channel FD to fdset" |
335 | msgstr "" | 335 | msgstr "" |
336 | 336 | ||
337 | #: src/microhttpd/daemon.c:3822 | 337 | #: src/microhttpd/daemon.c:3823 |
338 | #, c-format | 338 | #, c-format |
339 | msgid "select failed: %s\n" | 339 | msgid "select failed: %s\n" |
340 | msgstr "" | 340 | msgstr "" |
341 | 341 | ||
342 | #: src/microhttpd/daemon.c:3967 src/microhttpd/daemon.c:4115 | 342 | #: src/microhttpd/daemon.c:3968 src/microhttpd/daemon.c:4116 |
343 | #, c-format | 343 | #, c-format |
344 | msgid "poll failed: %s\n" | 344 | msgid "poll failed: %s\n" |
345 | msgstr "" | 345 | msgstr "" |
346 | 346 | ||
347 | #: src/microhttpd/daemon.c:4246 src/microhttpd/daemon.c:4477 | 347 | #: src/microhttpd/daemon.c:4247 src/microhttpd/daemon.c:4478 |
348 | #, c-format | 348 | #, c-format |
349 | msgid "Call to epoll_wait failed: %s\n" | 349 | msgid "Call to epoll_wait failed: %s\n" |
350 | msgstr "" | 350 | msgstr "" |
351 | 351 | ||
352 | #: src/microhttpd/daemon.c:4429 src/microhttpd/daemon.c:4887 | 352 | #: src/microhttpd/daemon.c:4430 src/microhttpd/daemon.c:4888 |
353 | msgid "Failed to remove listen FD from epoll set\n" | 353 | msgid "Failed to remove listen FD from epoll set\n" |
354 | msgstr "" | 354 | msgstr "" |
355 | 355 | ||
356 | #: src/microhttpd/daemon.c:4896 | 356 | #: src/microhttpd/daemon.c:4897 |
357 | msgid "Failed to signal quiesce via inter-thread communication channel" | 357 | msgid "Failed to signal quiesce via inter-thread communication channel" |
358 | msgstr "" | 358 | msgstr "" |
359 | 359 | ||
360 | #: src/microhttpd/daemon.c:4919 | 360 | #: src/microhttpd/daemon.c:4920 |
361 | msgid "failed to signal quiesce via inter-thread communication channel" | 361 | msgid "failed to signal quiesce via inter-thread communication channel" |
362 | msgstr "" | 362 | msgstr "" |
363 | 363 | ||
364 | #: src/microhttpd/daemon.c:5033 | 364 | #: src/microhttpd/daemon.c:5034 |
365 | msgid "Warning: Too large timeout value, ignored.\n" | 365 | msgid "Warning: Too large timeout value, ignored.\n" |
366 | msgstr "" | 366 | msgstr "" |
367 | 367 | ||
368 | #: src/microhttpd/daemon.c:5073 | 368 | #: src/microhttpd/daemon.c:5079 |
369 | msgid "" | 369 | msgid "" |
370 | "Warning: Zero size, specified for thread pool size, is ignored. Thread pool " | 370 | "Warning: Zero size, specified for thread pool size, is ignored. Thread pool " |
371 | "is not used.\n" | 371 | "is not used.\n" |
372 | msgstr "" | 372 | msgstr "" |
373 | 373 | ||
374 | #: src/microhttpd/daemon.c:5082 | 374 | #: src/microhttpd/daemon.c:5088 |
375 | msgid "" | 375 | msgid "" |
376 | "Warning: \"1\", specified for thread pool size, is ignored. Thread pool is " | 376 | "Warning: \"1\", specified for thread pool size, is ignored. Thread pool is " |
377 | "not used.\n" | 377 | "not used.\n" |
378 | msgstr "" | 378 | msgstr "" |
379 | 379 | ||
380 | #: src/microhttpd/daemon.c:5095 | 380 | #: src/microhttpd/daemon.c:5101 |
381 | #, c-format | 381 | #, c-format |
382 | msgid "Specified thread pool size (%u) too big\n" | 382 | msgid "Specified thread pool size (%u) too big\n" |
383 | msgstr "" | 383 | msgstr "" |
384 | 384 | ||
385 | #: src/microhttpd/daemon.c:5106 | 385 | #: src/microhttpd/daemon.c:5112 |
386 | msgid "" | 386 | msgid "" |
387 | "MHD_OPTION_THREAD_POOL_SIZE option is specified but " | 387 | "MHD_OPTION_THREAD_POOL_SIZE option is specified but " |
388 | "MHD_USE_INTERNAL_POLLING_THREAD flag is not specified.\n" | 388 | "MHD_USE_INTERNAL_POLLING_THREAD flag is not specified.\n" |
389 | msgstr "" | 389 | msgstr "" |
390 | 390 | ||
391 | #: src/microhttpd/daemon.c:5115 | 391 | #: src/microhttpd/daemon.c:5121 |
392 | msgid "" | 392 | msgid "" |
393 | "Both MHD_OPTION_THREAD_POOL_SIZE option and MHD_USE_THREAD_PER_CONNECTION " | 393 | "Both MHD_OPTION_THREAD_POOL_SIZE option and MHD_USE_THREAD_PER_CONNECTION " |
394 | "flag are specified.\n" | 394 | "flag are specified.\n" |
395 | msgstr "" | 395 | msgstr "" |
396 | 396 | ||
397 | #: src/microhttpd/daemon.c:5133 src/microhttpd/daemon.c:5146 | 397 | #: src/microhttpd/daemon.c:5139 src/microhttpd/daemon.c:5152 |
398 | #: src/microhttpd/daemon.c:5159 src/microhttpd/daemon.c:5172 | 398 | #: src/microhttpd/daemon.c:5165 src/microhttpd/daemon.c:5178 |
399 | #: src/microhttpd/daemon.c:5224 src/microhttpd/daemon.c:5253 | 399 | #: src/microhttpd/daemon.c:5230 src/microhttpd/daemon.c:5259 |
400 | #: src/microhttpd/daemon.c:5274 src/microhttpd/daemon.c:5296 | 400 | #: src/microhttpd/daemon.c:5280 src/microhttpd/daemon.c:5302 |
401 | #, c-format | 401 | #, c-format |
402 | msgid "MHD HTTPS option %d passed to MHD but MHD_USE_TLS not set\n" | 402 | msgid "MHD HTTPS option %d passed to MHD but MHD_USE_TLS not set\n" |
403 | msgstr "" | 403 | msgstr "" |
404 | 404 | ||
405 | #: src/microhttpd/daemon.c:5192 | 405 | #: src/microhttpd/daemon.c:5198 |
406 | msgid "Error initializing DH parameters\n" | 406 | msgid "Error initializing DH parameters\n" |
407 | msgstr "" | 407 | msgstr "" |
408 | 408 | ||
409 | #: src/microhttpd/daemon.c:5202 | 409 | #: src/microhttpd/daemon.c:5208 |
410 | msgid "Diffie-Hellman parameters string too long\n" | 410 | msgid "Diffie-Hellman parameters string too long\n" |
411 | msgstr "" | 411 | msgstr "" |
412 | 412 | ||
413 | #: src/microhttpd/daemon.c:5213 | 413 | #: src/microhttpd/daemon.c:5219 |
414 | msgid "Bad Diffie-Hellman parameters format\n" | 414 | msgid "Bad Diffie-Hellman parameters format\n" |
415 | msgstr "" | 415 | msgstr "" |
416 | 416 | ||
417 | #: src/microhttpd/daemon.c:5241 | 417 | #: src/microhttpd/daemon.c:5247 |
418 | #, c-format | 418 | #, c-format |
419 | msgid "Setting priorities to `%s' failed: %s\n" | 419 | msgid "Setting priorities to `%s' failed: %s\n" |
420 | msgstr "" | 420 | msgstr "" |
421 | 421 | ||
422 | #: src/microhttpd/daemon.c:5262 | 422 | #: src/microhttpd/daemon.c:5268 |
423 | msgid "" | 423 | msgid "" |
424 | "MHD_OPTION_HTTPS_CERT_CALLBACK requires building MHD with GnuTLS >= 3.0\n" | 424 | "MHD_OPTION_HTTPS_CERT_CALLBACK requires building MHD with GnuTLS >= 3.0\n" |
425 | msgstr "" | 425 | msgstr "" |
426 | 426 | ||
427 | #: src/microhttpd/daemon.c:5284 | 427 | #: src/microhttpd/daemon.c:5290 |
428 | msgid "" | 428 | msgid "" |
429 | "MHD_OPTION_HTTPS_CERT_CALLBACK2 requires building MHD with GnuTLS >= 3.6.3\n" | 429 | "MHD_OPTION_HTTPS_CERT_CALLBACK2 requires building MHD with GnuTLS >= 3.6.3\n" |
430 | msgstr "" | 430 | msgstr "" |
431 | 431 | ||
432 | #: src/microhttpd/daemon.c:5319 | 432 | #: src/microhttpd/daemon.c:5325 |
433 | msgid "" | 433 | msgid "" |
434 | "MHD_OPTION_LISTEN_SOCKET specified for daemon with MHD_USE_NO_LISTEN_SOCKET " | 434 | "MHD_OPTION_LISTEN_SOCKET specified for daemon with MHD_USE_NO_LISTEN_SOCKET " |
435 | "flag set.\n" | 435 | "flag set.\n" |
436 | msgstr "" | 436 | msgstr "" |
437 | 437 | ||
438 | #: src/microhttpd/daemon.c:5355 | 438 | #: src/microhttpd/daemon.c:5361 |
439 | msgid "TCP fastopen is not supported on this platform\n" | 439 | msgid "TCP fastopen is not supported on this platform\n" |
440 | msgstr "" | 440 | msgstr "" |
441 | 441 | ||
442 | #: src/microhttpd/daemon.c:5374 | 442 | #: src/microhttpd/daemon.c:5380 |
443 | msgid "" | 443 | msgid "" |
444 | "Flag MHD_USE_PEDANTIC_CHECKS is ignored because another behavior is " | 444 | "Flag MHD_USE_PEDANTIC_CHECKS is ignored because another behavior is " |
445 | "specified by MHD_OPTION_STRICT_CLIENT.\n" | 445 | "specified by MHD_OPTION_STRICT_CLIENT.\n" |
446 | msgstr "" | 446 | msgstr "" |
447 | 447 | ||
448 | #: src/microhttpd/daemon.c:5508 | 448 | #: src/microhttpd/daemon.c:5515 |
449 | #, c-format | 449 | #, c-format |
450 | msgid "MHD HTTPS option %d passed to MHD compiled without GNUtls >= 3\n" | 450 | msgid "MHD HTTPS option %d passed to MHD compiled without GNUtls >= 3\n" |
451 | msgstr "" | 451 | msgstr "" |
452 | 452 | ||
453 | #: src/microhttpd/daemon.c:5522 | 453 | #: src/microhttpd/daemon.c:5529 |
454 | #, c-format | 454 | #, c-format |
455 | msgid "MHD HTTPS option %d passed to MHD compiled without HTTPS support\n" | 455 | msgid "MHD HTTPS option %d passed to MHD compiled without HTTPS support\n" |
456 | msgstr "" | 456 | msgstr "" |
457 | 457 | ||
458 | #: src/microhttpd/daemon.c:5529 | 458 | #: src/microhttpd/daemon.c:5536 |
459 | #, c-format | 459 | #, c-format |
460 | msgid "Invalid option %d! (Did you terminate the list with MHD_OPTION_END?)\n" | 460 | msgid "Invalid option %d! (Did you terminate the list with MHD_OPTION_END?)\n" |
461 | msgstr "" | 461 | msgstr "" |
462 | 462 | ||
463 | #: src/microhttpd/daemon.c:5559 | 463 | #: src/microhttpd/daemon.c:5566 |
464 | #, c-format | 464 | #, c-format |
465 | msgid "Call to epoll_create1 failed: %s\n" | 465 | msgid "Call to epoll_create1 failed: %s\n" |
466 | msgstr "" | 466 | msgstr "" |
467 | 467 | ||
468 | #: src/microhttpd/daemon.c:5569 | 468 | #: src/microhttpd/daemon.c:5576 |
469 | msgid "Failed to set noninheritable mode on epoll FD.\n" | 469 | msgid "Failed to set noninheritable mode on epoll FD.\n" |
470 | msgstr "" | 470 | msgstr "" |
471 | 471 | ||
472 | #: src/microhttpd/daemon.c:5819 | 472 | #: src/microhttpd/daemon.c:5826 |
473 | msgid "" | 473 | msgid "" |
474 | "Warning: MHD_USE_THREAD_PER_CONNECTION must be used only with " | 474 | "Warning: MHD_USE_THREAD_PER_CONNECTION must be used only with " |
475 | "MHD_USE_INTERNAL_POLLING_THREAD. Flag MHD_USE_INTERNAL_POLLING_THREAD was " | 475 | "MHD_USE_INTERNAL_POLLING_THREAD. Flag MHD_USE_INTERNAL_POLLING_THREAD was " |
476 | "added. Consider setting MHD_USE_INTERNAL_POLLING_THREAD explicitly.\n" | 476 | "added. Consider setting MHD_USE_INTERNAL_POLLING_THREAD explicitly.\n" |
477 | msgstr "" | 477 | msgstr "" |
478 | 478 | ||
479 | #: src/microhttpd/daemon.c:5867 | 479 | #: src/microhttpd/daemon.c:5874 |
480 | msgid "Using debug build of libmicrohttpd.\n" | 480 | msgid "Using debug build of libmicrohttpd.\n" |
481 | msgstr "" | 481 | msgstr "" |
482 | 482 | ||
483 | #: src/microhttpd/daemon.c:5881 | 483 | #: src/microhttpd/daemon.c:5888 |
484 | #, c-format | 484 | #, c-format |
485 | msgid "Failed to create inter-thread communication channel: %s\n" | 485 | msgid "Failed to create inter-thread communication channel: %s\n" |
486 | msgstr "" | 486 | msgstr "" |
487 | 487 | ||
488 | #: src/microhttpd/daemon.c:5898 | 488 | #: src/microhttpd/daemon.c:5905 |
489 | msgid "" | 489 | msgid "" |
490 | "file descriptor for inter-thread communication channel exceeds maximum " | 490 | "file descriptor for inter-thread communication channel exceeds maximum " |
491 | "value\n" | 491 | "value\n" |
492 | msgstr "" | 492 | msgstr "" |
493 | 493 | ||
494 | #: src/microhttpd/daemon.c:5918 | 494 | #: src/microhttpd/daemon.c:5925 |
495 | msgid "Specified value for NC_SIZE too large\n" | 495 | msgid "Specified value for NC_SIZE too large\n" |
496 | msgstr "" | 496 | msgstr "" |
497 | 497 | ||
498 | #: src/microhttpd/daemon.c:5932 | 498 | #: src/microhttpd/daemon.c:5939 |
499 | #, c-format | 499 | #, c-format |
500 | msgid "Failed to allocate memory for nonce-nc map: %s\n" | 500 | msgid "Failed to allocate memory for nonce-nc map: %s\n" |
501 | msgstr "" | 501 | msgstr "" |
502 | 502 | ||
503 | #: src/microhttpd/daemon.c:5949 | 503 | #: src/microhttpd/daemon.c:5956 |
504 | msgid "MHD failed to initialize nonce-nc mutex\n" | 504 | msgid "MHD failed to initialize nonce-nc mutex\n" |
505 | msgstr "" | 505 | msgstr "" |
506 | 506 | ||
507 | #: src/microhttpd/daemon.c:5970 | 507 | #: src/microhttpd/daemon.c:5977 |
508 | msgid "MHD thread pooling only works with MHD_USE_INTERNAL_POLLING_THREAD\n" | 508 | msgid "MHD thread pooling only works with MHD_USE_INTERNAL_POLLING_THREAD\n" |
509 | msgstr "" | 509 | msgstr "" |
510 | 510 | ||
511 | #: src/microhttpd/daemon.c:5994 | 511 | #: src/microhttpd/daemon.c:6001 |
512 | #, c-format | 512 | #, c-format |
513 | msgid "Failed to create socket for listening: %s\n" | 513 | msgid "Failed to create socket for listening: %s\n" |
514 | msgstr "" | 514 | msgstr "" |
515 | 515 | ||
516 | #: src/microhttpd/daemon.c:6015 src/microhttpd/daemon.c:6034 | 516 | #: src/microhttpd/daemon.c:6022 src/microhttpd/daemon.c:6041 |
517 | #: src/microhttpd/daemon.c:6057 src/microhttpd/daemon.c:6095 | 517 | #: src/microhttpd/daemon.c:6064 src/microhttpd/daemon.c:6102 |
518 | #: src/microhttpd/daemon.c:6173 src/microhttpd/daemon.c:6204 | 518 | #: src/microhttpd/daemon.c:6180 src/microhttpd/daemon.c:6211 |
519 | #, c-format | 519 | #, c-format |
520 | msgid "setsockopt failed: %s\n" | 520 | msgid "setsockopt failed: %s\n" |
521 | msgstr "" | 521 | msgstr "" |
522 | 522 | ||
523 | #: src/microhttpd/daemon.c:6068 | 523 | #: src/microhttpd/daemon.c:6075 |
524 | msgid "Cannot allow listening address reuse: SO_REUSEPORT not defined\n" | 524 | msgid "Cannot allow listening address reuse: SO_REUSEPORT not defined\n" |
525 | msgstr "" | 525 | msgstr "" |
526 | 526 | ||
527 | #: src/microhttpd/daemon.c:6104 | 527 | #: src/microhttpd/daemon.c:6111 |
528 | msgid "" | 528 | msgid "" |
529 | "Cannot disallow listening address reuse: SO_EXCLUSIVEADDRUSE not defined\n" | 529 | "Cannot disallow listening address reuse: SO_EXCLUSIVEADDRUSE not defined\n" |
530 | msgstr "" | 530 | msgstr "" |
531 | 531 | ||
532 | #: src/microhttpd/daemon.c:6184 | 532 | #: src/microhttpd/daemon.c:6191 |
533 | #, c-format | 533 | #, c-format |
534 | msgid "Failed to bind to port %u: %s\n" | 534 | msgid "Failed to bind to port %u: %s\n" |
535 | msgstr "" | 535 | msgstr "" |
536 | 536 | ||
537 | #: src/microhttpd/daemon.c:6215 | 537 | #: src/microhttpd/daemon.c:6222 |
538 | #, c-format | 538 | #, c-format |
539 | msgid "Failed to listen for connections: %s\n" | 539 | msgid "Failed to listen for connections: %s\n" |
540 | msgstr "" | 540 | msgstr "" |
541 | 541 | ||
542 | #: src/microhttpd/daemon.c:6246 | 542 | #: src/microhttpd/daemon.c:6253 |
543 | #, c-format | 543 | #, c-format |
544 | msgid "Failed to get listen port number: %s\n" | 544 | msgid "Failed to get listen port number: %s\n" |
545 | msgstr "" | 545 | msgstr "" |
546 | 546 | ||
547 | #: src/microhttpd/daemon.c:6257 | 547 | #: src/microhttpd/daemon.c:6264 |
548 | msgid "" | 548 | msgid "" |
549 | "Failed to get listen port number (`struct sockaddr_storage` too small!?)\n" | 549 | "Failed to get listen port number (`struct sockaddr_storage` too small!?)\n" |
550 | msgstr "" | 550 | msgstr "" |
551 | 551 | ||
552 | #: src/microhttpd/daemon.c:6298 | 552 | #: src/microhttpd/daemon.c:6305 |
553 | msgid "Unknown address family!\n" | 553 | msgid "Unknown address family!\n" |
554 | msgstr "" | 554 | msgstr "" |
555 | 555 | ||
556 | #: src/microhttpd/daemon.c:6311 | 556 | #: src/microhttpd/daemon.c:6318 |
557 | #, c-format | 557 | #, c-format |
558 | msgid "Failed to set nonblocking mode on listening socket: %s\n" | 558 | msgid "Failed to set nonblocking mode on listening socket: %s\n" |
559 | msgstr "" | 559 | msgstr "" |
560 | 560 | ||
561 | #: src/microhttpd/daemon.c:6354 | 561 | #: src/microhttpd/daemon.c:6361 |
562 | msgid "" | 562 | msgid "" |
563 | "Combining MHD_USE_THREAD_PER_CONNECTION and MHD_USE_EPOLL is not supported.\n" | 563 | "Combining MHD_USE_THREAD_PER_CONNECTION and MHD_USE_EPOLL is not supported.\n" |
564 | msgstr "" | 564 | msgstr "" |
565 | 565 | ||
566 | #: src/microhttpd/daemon.c:6368 src/microhttpd/daemon.c:6381 | 566 | #: src/microhttpd/daemon.c:6375 src/microhttpd/daemon.c:6388 |
567 | msgid "MHD failed to initialize IP connection limit mutex\n" | 567 | msgid "MHD failed to initialize IP connection limit mutex\n" |
568 | msgstr "" | 568 | msgstr "" |
569 | 569 | ||
570 | #: src/microhttpd/daemon.c:6400 | 570 | #: src/microhttpd/daemon.c:6407 |
571 | msgid "Failed to initialize TLS support\n" | 571 | msgid "Failed to initialize TLS support\n" |
572 | msgstr "" | 572 | msgstr "" |
573 | 573 | ||
574 | #: src/microhttpd/daemon.c:6428 | 574 | #: src/microhttpd/daemon.c:6435 |
575 | #, c-format | 575 | #, c-format |
576 | msgid "Failed to create listen thread: %s\n" | 576 | msgid "Failed to create listen thread: %s\n" |
577 | msgstr "" | 577 | msgstr "" |
578 | 578 | ||
579 | #: src/microhttpd/daemon.c:6477 | 579 | #: src/microhttpd/daemon.c:6484 |
580 | #, c-format | 580 | #, c-format |
581 | msgid "Failed to create worker inter-thread communication channel: %s\n" | 581 | msgid "Failed to create worker inter-thread communication channel: %s\n" |
582 | msgstr "" | 582 | msgstr "" |
583 | 583 | ||
584 | #: src/microhttpd/daemon.c:6489 | 584 | #: src/microhttpd/daemon.c:6496 |
585 | msgid "" | 585 | msgid "" |
586 | "File descriptor for worker inter-thread communication channel exceeds " | 586 | "File descriptor for worker inter-thread communication channel exceeds " |
587 | "maximum value\n" | 587 | "maximum value\n" |
588 | msgstr "" | 588 | msgstr "" |
589 | 589 | ||
590 | #: src/microhttpd/daemon.c:6514 | 590 | #: src/microhttpd/daemon.c:6521 |
591 | msgid "MHD failed to initialize cleanup connection mutex\n" | 591 | msgid "MHD failed to initialize cleanup connection mutex\n" |
592 | msgstr "" | 592 | msgstr "" |
593 | 593 | ||
594 | #: src/microhttpd/daemon.c:6528 | 594 | #: src/microhttpd/daemon.c:6535 |
595 | #, c-format | 595 | #, c-format |
596 | msgid "Failed to create pool thread: %s\n" | 596 | msgid "Failed to create pool thread: %s\n" |
597 | msgstr "" | 597 | msgstr "" |
598 | 598 | ||
599 | #: src/microhttpd/daemon.c:6683 src/microhttpd/daemon.c:6716 | 599 | #: src/microhttpd/daemon.c:6690 src/microhttpd/daemon.c:6723 |
600 | msgid "MHD_stop_daemon() called while we have suspended connections.\n" | 600 | msgid "MHD_stop_daemon() called while we have suspended connections.\n" |
601 | msgstr "" | 601 | msgstr "" |
602 | 602 | ||
603 | #: src/microhttpd/daemon.c:6726 src/microhttpd/daemon.c:6857 | 603 | #: src/microhttpd/daemon.c:6733 src/microhttpd/daemon.c:6864 |
604 | msgid "Failed to signal shutdown via inter-thread communication channel" | 604 | msgid "Failed to signal shutdown via inter-thread communication channel" |
605 | msgstr "" | 605 | msgstr "" |
606 | 606 | ||
607 | #: src/microhttpd/daemon.c:6819 | 607 | #: src/microhttpd/daemon.c:6826 |
608 | msgid "Failed to signal shutdown via inter-thread communication channel." | 608 | msgid "Failed to signal shutdown via inter-thread communication channel." |
609 | msgstr "" | 609 | msgstr "" |
610 | 610 | ||
611 | #: src/microhttpd/daemon.c:7295 | 611 | #: src/microhttpd/daemon.c:7302 |
612 | msgid "Failed to initialize winsock\n" | 612 | msgid "Failed to initialize winsock\n" |
613 | msgstr "" | 613 | msgstr "" |
614 | 614 | ||
615 | #: src/microhttpd/daemon.c:7298 | 615 | #: src/microhttpd/daemon.c:7305 |
616 | msgid "Winsock version 2.2 is not available\n" | 616 | msgid "Winsock version 2.2 is not available\n" |
617 | msgstr "" | 617 | msgstr "" |
618 | 618 | ||
619 | #: src/microhttpd/daemon.c:7306 src/microhttpd/daemon.c:7310 | 619 | #: src/microhttpd/daemon.c:7313 src/microhttpd/daemon.c:7317 |
620 | msgid "Failed to initialise multithreading in libgcrypt\n" | 620 | msgid "Failed to initialise multithreading in libgcrypt\n" |
621 | msgstr "" | 621 | msgstr "" |
622 | 622 | ||
623 | #: src/microhttpd/daemon.c:7316 | 623 | #: src/microhttpd/daemon.c:7323 |
624 | msgid "libgcrypt is too old. MHD was compiled for libgcrypt 1.6.0 or newer\n" | 624 | msgid "libgcrypt is too old. MHD was compiled for libgcrypt 1.6.0 or newer\n" |
625 | msgstr "" | 625 | msgstr "" |
626 | 626 | ||
@@ -640,149 +640,149 @@ msgstr "" | |||
640 | msgid "Closing connection (application error generating response)\n" | 640 | msgid "Closing connection (application error generating response)\n" |
641 | msgstr "" | 641 | msgstr "" |
642 | 642 | ||
643 | #: src/microhttpd/connection.c:1653 | 643 | #: src/microhttpd/connection.c:1654 |
644 | #, c-format | 644 | #, c-format |
645 | msgid "" | 645 | msgid "" |
646 | "Error processing request (HTTP response code is %u (`%s')). Closing " | 646 | "Error processing request (HTTP response code is %u (`%s')). Closing " |
647 | "connection.\n" | 647 | "connection.\n" |
648 | msgstr "" | 648 | msgstr "" |
649 | 649 | ||
650 | #: src/microhttpd/connection.c:1680 src/microhttpd/connection.c:2718 | 650 | #: src/microhttpd/connection.c:1681 src/microhttpd/connection.c:2719 |
651 | msgid "Closing connection (failed to queue response)\n" | 651 | msgid "Closing connection (failed to queue response)\n" |
652 | msgstr "" | 652 | msgstr "" |
653 | 653 | ||
654 | #: src/microhttpd/connection.c:1691 src/microhttpd/connection.c:3526 | 654 | #: src/microhttpd/connection.c:1692 src/microhttpd/connection.c:3527 |
655 | #: src/microhttpd/connection.c:3635 | 655 | #: src/microhttpd/connection.c:3636 |
656 | msgid "Closing connection (failed to create response header)\n" | 656 | msgid "Closing connection (failed to create response header)\n" |
657 | msgstr "" | 657 | msgstr "" |
658 | 658 | ||
659 | #: src/microhttpd/connection.c:1737 src/microhttpd/connection.c:2878 | 659 | #: src/microhttpd/connection.c:1738 src/microhttpd/connection.c:2879 |
660 | #: src/microhttpd/connection.c:2946 src/microhttpd/connection.c:3299 | 660 | #: src/microhttpd/connection.c:2947 src/microhttpd/connection.c:3300 |
661 | #, c-format | 661 | #, c-format |
662 | msgid "In function %s handling connection at state: %s\n" | 662 | msgid "In function %s handling connection at state: %s\n" |
663 | msgstr "" | 663 | msgstr "" |
664 | 664 | ||
665 | #: src/microhttpd/connection.c:1955 | 665 | #: src/microhttpd/connection.c:1956 |
666 | msgid "Not enough memory in pool to allocate header record!\n" | 666 | msgid "Not enough memory in pool to allocate header record!\n" |
667 | msgstr "" | 667 | msgstr "" |
668 | 668 | ||
669 | #: src/microhttpd/connection.c:2002 | 669 | #: src/microhttpd/connection.c:2003 |
670 | msgid "Not enough memory in pool to parse cookies!\n" | 670 | msgid "Not enough memory in pool to parse cookies!\n" |
671 | msgstr "" | 671 | msgstr "" |
672 | 672 | ||
673 | #: src/microhttpd/connection.c:2233 src/microhttpd/connection.c:2435 | 673 | #: src/microhttpd/connection.c:2234 src/microhttpd/connection.c:2436 |
674 | msgid "Application reported internal error, closing connection.\n" | 674 | msgid "Application reported internal error, closing connection.\n" |
675 | msgstr "" | 675 | msgstr "" |
676 | 676 | ||
677 | #: src/microhttpd/connection.c:2300 src/microhttpd/connection.c:2379 | 677 | #: src/microhttpd/connection.c:2301 src/microhttpd/connection.c:2380 |
678 | msgid "" | 678 | msgid "" |
679 | "Received malformed HTTP request (bad chunked encoding). Closing connection.\n" | 679 | "Received malformed HTTP request (bad chunked encoding). Closing connection.\n" |
680 | msgstr "" | 680 | msgstr "" |
681 | 681 | ||
682 | #: src/microhttpd/connection.c:2443 | 682 | #: src/microhttpd/connection.c:2444 |
683 | msgid "libmicrohttpd API violation" | 683 | msgid "libmicrohttpd API violation" |
684 | msgstr "" | 684 | msgstr "" |
685 | 685 | ||
686 | #: src/microhttpd/connection.c:2459 | 686 | #: src/microhttpd/connection.c:2460 |
687 | msgid "" | 687 | msgid "" |
688 | "WARNING: incomplete upload processing and connection not suspended may " | 688 | "WARNING: incomplete upload processing and connection not suspended may " |
689 | "result in hung connection.\n" | 689 | "result in hung connection.\n" |
690 | msgstr "" | 690 | msgstr "" |
691 | 691 | ||
692 | #: src/microhttpd/connection.c:2531 | 692 | #: src/microhttpd/connection.c:2532 |
693 | msgid "Received malformed line (no colon). Closing connection.\n" | 693 | msgid "Received malformed line (no colon). Closing connection.\n" |
694 | msgstr "" | 694 | msgstr "" |
695 | 695 | ||
696 | #: src/microhttpd/connection.c:2694 | 696 | #: src/microhttpd/connection.c:2695 |
697 | msgid "Received HTTP 1.1 request without `Host' header.\n" | 697 | msgid "Received HTTP 1.1 request without `Host' header.\n" |
698 | msgstr "" | 698 | msgstr "" |
699 | 699 | ||
700 | #: src/microhttpd/connection.c:2706 | 700 | #: src/microhttpd/connection.c:2707 |
701 | msgid "Closing connection (failed to create response)\n" | 701 | msgid "Closing connection (failed to create response)\n" |
702 | msgstr "" | 702 | msgstr "" |
703 | 703 | ||
704 | #: src/microhttpd/connection.c:2856 | 704 | #: src/microhttpd/connection.c:2857 |
705 | msgid "Socket disconnected while reading request.\n" | 705 | msgid "Socket disconnected while reading request.\n" |
706 | msgstr "" | 706 | msgstr "" |
707 | 707 | ||
708 | #: src/microhttpd/connection.c:2863 | 708 | #: src/microhttpd/connection.c:2864 |
709 | msgid "Connection socket is closed due to error when reading request.\n" | 709 | msgid "Connection socket is closed due to error when reading request.\n" |
710 | msgstr "" | 710 | msgstr "" |
711 | 711 | ||
712 | #: src/microhttpd/connection.c:2973 | 712 | #: src/microhttpd/connection.c:2974 |
713 | #, c-format | 713 | #, c-format |
714 | msgid "Failed to send data in request for %s.\n" | 714 | msgid "Failed to send data in request for %s.\n" |
715 | msgstr "" | 715 | msgstr "" |
716 | 716 | ||
717 | #: src/microhttpd/connection.c:2982 | 717 | #: src/microhttpd/connection.c:2983 |
718 | #, c-format | 718 | #, c-format |
719 | msgid "Sent 100 continue response: `%.*s'\n" | 719 | msgid "Sent 100 continue response: `%.*s'\n" |
720 | msgstr "" | 720 | msgstr "" |
721 | 721 | ||
722 | #: src/microhttpd/connection.c:3025 | 722 | #: src/microhttpd/connection.c:3026 |
723 | msgid "Connection was closed while sending response headers.\n" | 723 | msgid "Connection was closed while sending response headers.\n" |
724 | msgstr "" | 724 | msgstr "" |
725 | 725 | ||
726 | #: src/microhttpd/connection.c:3077 | 726 | #: src/microhttpd/connection.c:3078 |
727 | msgid "Data offset exceeds limit" | 727 | msgid "Data offset exceeds limit" |
728 | msgstr "" | 728 | msgstr "" |
729 | 729 | ||
730 | #: src/microhttpd/connection.c:3087 | 730 | #: src/microhttpd/connection.c:3088 |
731 | #, c-format | 731 | #, c-format |
732 | msgid "Sent %d-byte DATA response: `%.*s'\n" | 732 | msgid "Sent %d-byte DATA response: `%.*s'\n" |
733 | msgstr "" | 733 | msgstr "" |
734 | 734 | ||
735 | #: src/microhttpd/connection.c:3104 | 735 | #: src/microhttpd/connection.c:3105 |
736 | #, c-format | 736 | #, c-format |
737 | msgid "Failed to send data in request for `%s'.\n" | 737 | msgid "Failed to send data in request for `%s'.\n" |
738 | msgstr "" | 738 | msgstr "" |
739 | 739 | ||
740 | #: src/microhttpd/connection.c:3134 src/microhttpd/connection.c:3164 | 740 | #: src/microhttpd/connection.c:3135 src/microhttpd/connection.c:3165 |
741 | msgid "Connection was closed while sending response body.\n" | 741 | msgid "Connection was closed while sending response body.\n" |
742 | msgstr "" | 742 | msgstr "" |
743 | 743 | ||
744 | #: src/microhttpd/connection.c:3187 | 744 | #: src/microhttpd/connection.c:3188 |
745 | msgid "Internal error\n" | 745 | msgid "Internal error\n" |
746 | msgstr "" | 746 | msgstr "" |
747 | 747 | ||
748 | #: src/microhttpd/connection.c:3261 | 748 | #: src/microhttpd/connection.c:3262 |
749 | msgid "" | 749 | msgid "" |
750 | "Failed to signal end of connection via inter-thread communication channel" | 750 | "Failed to signal end of connection via inter-thread communication channel" |
751 | msgstr "" | 751 | msgstr "" |
752 | 752 | ||
753 | #: src/microhttpd/connection.c:3984 | 753 | #: src/microhttpd/connection.c:3985 |
754 | msgid "Attempted to queue response on wrong thread!\n" | 754 | msgid "Attempted to queue response on wrong thread!\n" |
755 | msgstr "" | 755 | msgstr "" |
756 | 756 | ||
757 | #: src/microhttpd/connection.c:3996 | 757 | #: src/microhttpd/connection.c:3997 |
758 | msgid "" | 758 | msgid "" |
759 | "Attempted 'upgrade' connection on daemon without MHD_ALLOW_UPGRADE option!\n" | 759 | "Attempted 'upgrade' connection on daemon without MHD_ALLOW_UPGRADE option!\n" |
760 | msgstr "" | 760 | msgstr "" |
761 | 761 | ||
762 | #: src/microhttpd/connection.c:4006 | 762 | #: src/microhttpd/connection.c:4007 |
763 | msgid "Application used invalid status code for 'upgrade' response!\n" | 763 | msgid "Application used invalid status code for 'upgrade' response!\n" |
764 | msgstr "" | 764 | msgstr "" |
765 | 765 | ||
766 | #: src/microhttpd/response.c:906 | 766 | #: src/microhttpd/response.c:914 |
767 | msgid "" | 767 | msgid "" |
768 | "Invalid response for upgrade: application failed to set the 'Upgrade' " | 768 | "Invalid response for upgrade: application failed to set the 'Upgrade' " |
769 | "header!\n" | 769 | "header!\n" |
770 | msgstr "" | 770 | msgstr "" |
771 | 771 | ||
772 | #: src/microhttpd/response.c:947 | 772 | #: src/microhttpd/response.c:955 |
773 | msgid "Failed to make loopback sockets non-blocking.\n" | 773 | msgid "Failed to make loopback sockets non-blocking.\n" |
774 | msgstr "" | 774 | msgstr "" |
775 | 775 | ||
776 | #: src/microhttpd/response.c:966 | 776 | #: src/microhttpd/response.c:974 |
777 | msgid "Failed to set SO_NOSIGPIPE on loopback sockets.\n" | 777 | msgid "Failed to set SO_NOSIGPIPE on loopback sockets.\n" |
778 | msgstr "" | 778 | msgstr "" |
779 | 779 | ||
780 | #: src/microhttpd/response.c:986 | 780 | #: src/microhttpd/response.c:994 |
781 | #, c-format | 781 | #, c-format |
782 | msgid "Socketpair descriptor larger than FD_SETSIZE: %d > %d\n" | 782 | msgid "Socketpair descriptor larger than FD_SETSIZE: %d > %d\n" |
783 | msgstr "" | 783 | msgstr "" |
784 | 784 | ||
785 | #: src/microhttpd/response.c:1067 | 785 | #: src/microhttpd/response.c:1075 |
786 | msgid "Error cleaning up while handling epoll error" | 786 | msgid "Error cleaning up while handling epoll error" |
787 | msgstr "" | 787 | msgstr "" |
788 | 788 | ||
diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h index 1388af5f..d90484b8 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 0x00096703 | 135 | #define MHD_VERSION 0x00096800 |
136 | 136 | ||
137 | /** | 137 | /** |
138 | * MHD-internal return code for "YES". | 138 | * MHD-internal return code for "YES". |