CARVIEW |
Select Language
HTTP/2 200
date: Wed, 16 Jul 2025 04:27:32 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
x-repository-download: git clone https://github.com/NLnetLabs/unbound.git
etag: W/"37d45987bf6fc8dbcaae72fe1b941560"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=%2F7%2BQ0X4qN1gUa4zfUdwv7DslCwqNHgSx14JV2bvH%2BaWjXDZdib2324ZrG49e679W6ve9n%2BMjq%2BB64lyWxeYuA%2B9db4h0bgVgyPC8FZ7gYHRWmreehwkoHEaWy5qiwpWg6MYoymu6iPd%2F07Hcx2f%2BxP7FsJ4Na5nOcPNRG86qaIeJfoyn5tf9OW%2FZrqHhPPuyES04kPsffjH0JRcH7UQnTo45vdiDiq5MhZLh4aT51Nr9IGA6GKqEQ1ndat9ekVvDBaUNfVbiznAFBqeBklbxdA%3D%3D--Ei253vs3Wv7D8C0g--8CpmZqvcW%2BnnaoHKQCz1iA%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.596253335.1752640051; Path=/; Domain=github.com; Expires=Thu, 16 Jul 2026 04:27:31 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Thu, 16 Jul 2026 04:27:31 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: A75E:181D7C:36545D:4AA734:68772A33
Fix WSAPoll (#1265) · NLnetLabs/unbound@75e8fd7 · GitHub
Skip to content
Navigation Menu
{{ message }}
-
-
Notifications
You must be signed in to change notification settings - Fork 397
Commit 75e8fd7
authored
Fix WSAPoll (#1265)
* Fix calling WSAPoll.
* fast_reload: explicitly set tcp_wouldblock on Windows when there is no
command to read from the fast_reload thread.
* For poll(), also check for ENOMEM (Linux).
* Remove ifdefs for ENOMEM.
* Some systems return EAGAIN for poll.1 parent 4f06e65 commit 75e8fd7Copy full SHA for 75e8fd7
File tree
Expand file treeCollapse file tree
2 files changed
+64
-41
lines changedFilter options
- daemon
- util
Expand file treeCollapse file tree
2 files changed
+64
-41
lines changed+33-12Lines changed: 33 additions & 12 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3899 | 3899 |
| |
3900 | 3900 |
| |
3901 | 3901 |
| |
| 3902 | + | |
3902 | 3903 |
| |
3903 | 3904 |
| |
3904 | 3905 |
| |
| |||
3916 | 3917 |
| |
3917 | 3918 |
| |
3918 | 3919 |
| |
3919 |
| - | |
3920 | 3920 |
| |
| 3921 | + | |
3921 | 3922 |
| |
3922 |
| - | |
3923 | 3923 |
| |
| 3924 | + | |
3924 | 3925 |
| |
3925 | 3926 |
| |
3926 | 3927 |
| |
| |||
3937 | 3938 |
| |
3938 | 3939 |
| |
3939 | 3940 |
| |
3940 |
| - | |
3941 | 3941 |
| |
| 3942 | + | |
3942 | 3943 |
| |
3943 | 3944 |
| |
3944 | 3945 |
| |
3945 | 3946 |
| |
3946 |
| - | |
3947 |
| - | |
3948 |
| - | |
3949 |
| - | |
| 3947 | + | |
3950 | 3948 |
| |
3951 |
| - | |
3952 |
| - | |
| 3949 | + | |
| 3950 | + | |
| 3951 | + | |
| 3952 | + | |
| 3953 | + | |
| 3954 | + | |
3953 | 3955 |
| |
3954 | 3956 |
| |
3955 | 3957 |
| |
| |||
7392 | 7394 |
| |
7393 | 7395 |
| |
7394 | 7396 |
| |
7395 |
| - | |
7396 |
| - | |
| 7397 | + | |
7397 | 7398 |
| |
7398 | 7399 |
| |
7399 | 7400 |
| |
| 7401 | + | |
| 7402 | + | |
| 7403 | + | |
| 7404 | + | |
| 7405 | + | |
| 7406 | + | |
| 7407 | + | |
7400 | 7408 |
| |
7401 | 7409 |
| |
7402 | 7410 |
| |
| |||
7428 | 7436 |
| |
7429 | 7437 |
| |
7430 | 7438 |
| |
| 7439 | + | |
| 7440 | + | |
| 7441 | + | |
| 7442 | + | |
| 7443 | + | |
| 7444 | + | |
7431 | 7445 |
| |
7432 | 7446 |
| |
7433 |
| - | |
| 7447 | + | |
| 7448 | + | |
| 7449 | + | |
| 7450 | + | |
| 7451 | + | |
| 7452 | + | |
| 7453 | + | |
7434 | 7454 |
| |
| 7455 | + | |
7435 | 7456 |
| |
7436 | 7457 |
| |
7437 | 7458 |
| |
|
+31-29Lines changed: 31 additions & 29 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
456 | 456 |
| |
457 | 457 |
| |
458 | 458 |
| |
459 |
| - | |
| 459 | + | |
460 | 460 |
| |
461 |
| - | |
| 461 | + | |
462 | 462 |
| |
463 | 463 |
| |
464 | 464 |
| |
| |||
483 | 483 |
| |
484 | 484 |
| |
485 | 485 |
| |
486 |
| - | |
| 486 | + | |
487 | 487 |
| |
488 | 488 |
| |
489 | 489 |
| |
| |||
496 | 496 |
| |
497 | 497 |
| |
498 | 498 |
| |
499 |
| - | |
| 499 | + | |
| 500 | + | |
| 501 | + | |
500 | 502 |
| |
501 | 503 |
| |
502 | 504 |
| |
503 | 505 |
| |
504 |
| - | |
| 506 | + | |
| 507 | + | |
505 | 508 |
| |
506 |
| - | |
507 |
| - | |
| 509 | + | |
| 510 | + | |
| 511 | + | |
508 | 512 |
| |
509 | 513 |
| |
510 | 514 |
| |
| |||
517 | 521 |
| |
518 | 522 |
| |
519 | 523 |
| |
520 |
| - | |
| 524 | + | |
521 | 525 |
| |
522 |
| - | |
| 526 | + | |
523 | 527 |
| |
524 | 528 |
| |
525 | 529 |
| |
526 |
| - | |
| 530 | + | |
527 | 531 |
| |
528 |
| - | |
529 |
| - | |
530 |
| - | |
531 |
| - | |
| 532 | + | |
532 | 533 |
| |
533 | 534 |
| |
534 | 535 |
| |
| |||
770 | 771 |
| |
771 | 772 |
| |
772 | 773 |
| |
773 |
| - | |
| 774 | + | |
774 | 775 |
| |
775 |
| - | |
| 776 | + | |
776 | 777 |
| |
777 | 778 |
| |
778 | 779 |
| |
| |||
797 | 798 |
| |
798 | 799 |
| |
799 | 800 |
| |
800 |
| - | |
| 801 | + | |
801 | 802 |
| |
802 | 803 |
| |
803 | 804 |
| |
| |||
810 | 811 |
| |
811 | 812 |
| |
812 | 813 |
| |
813 |
| - | |
| 814 | + | |
| 815 | + | |
| 816 | + | |
814 | 817 |
| |
815 | 818 |
| |
816 | 819 |
| |
817 | 820 |
| |
818 |
| - | |
| 821 | + | |
| 822 | + | |
819 | 823 |
| |
820 |
| - | |
821 |
| - | |
| 824 | + | |
| 825 | + | |
| 826 | + | |
822 | 827 |
| |
823 | 828 |
| |
824 | 829 |
| |
| |||
831 | 836 |
| |
832 | 837 |
| |
833 | 838 |
| |
834 |
| - | |
| 839 | + | |
835 | 840 |
| |
836 |
| - | |
| 841 | + | |
837 | 842 |
| |
838 | 843 |
| |
839 | 844 |
| |
840 |
| - | |
841 |
| - | |
842 |
| - | |
843 |
| - | |
844 |
| - | |
845 |
| - | |
| 845 | + | |
| 846 | + | |
| 847 | + | |
846 | 848 |
| |
847 | 849 |
| |
848 | 850 |
| |
|
You can’t perform that action at this time.
0 commit comments