http/ac: Fix failing assert and stub GetConnectingProxyEnable (#6864)

This commit is contained in:
Daniel López Guimaraes 2023-08-08 22:00:42 +01:00 committed by GitHub
parent b739bd2632
commit 1f07ab8643
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 22 additions and 0 deletions

View file

@ -267,6 +267,7 @@ void HTTP_C::ReceiveDataImpl(Kernel::HLERequestContext& ctx, bool timeout) {
} else {
LOG_WARNING(Service_HTTP, "(STUBBED) called");
}
[[maybe_unused]] Kernel::MappedBuffer& buffer = rp.PopMappedBuffer();
if (!PerformStateChecks(ctx, rp, context_handle)) {
return;