There was an error while loading. Please reload this page.
2 parents fa369ed + a3f8226 commit e6f1268Copy full SHA for e6f1268
1 file changed
src/workerd/server/server.c++
@@ -1804,7 +1804,7 @@ validVersion:
1804
options.cipherList = conf.getCipherList();
1805
}
1806
1807
- return kj::heap<kj::TlsContext>(kj::mv(options));
+ return kj::heap<kj::TlsContext>(kj::mv(options)).attach(kj::mv(attachments));
1808
1809
1810
kj::Promise<kj::Own<kj::NetworkAddress>> Server::makeTlsNetworkAddress(
0 commit comments