ladybird/Libraries/LibDNS
sideshowbarker d6014c8869 LibDNS: Serialize answer and authority records in Message::to_raw
Problem: Message::to_raw could only encode queries: It asserted the
answer and authority counts were zero and never wrote those. So, a
response — which carries answers — couldn’t be serialized at all.

Fix: Write the answer and authority records as well — alongside the
existing question and additional sections, and using the existing
ResourceRecord::to_raw. Then drop the query-only assertions. The order
matches the wire format: question, answer, authority, additional.
2026-06-17 18:27:33 +02:00
..
CMakeLists.txt LibThreading/LibSync: Split out sync primitives 2026-05-08 18:58:35 -05:00
Message.cpp LibDNS: Serialize answer and authority records in Message::to_raw 2026-06-17 18:27:33 +02:00
Message.h LibDNS: Export DNS::Messages::Records::SIG for DNS_DEBUG builds 2025-09-18 11:02:13 +02:00
Resolver.h LibWeb: Use direct references to main event loops 2026-06-05 09:18:39 +02:00