http/ac: Fix failing assert and stub GetConnectingProxyEnable (#6864)
This commit is contained in:
committed by
GitHub
parent
b739bd2632
commit
1f07ab8643
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user