Skip to content
This repository was archived by the owner on Jul 17, 2026. It is now read-only.
This repository was archived by the owner on Jul 17, 2026. It is now read-only.

Log messages from IOException triggered in fetch method #168

Description

@jabrena

It is necessary to trace errors from fetch method:

privateRequestfetch(Requestrequest) throwsNetworkException {
try {
request.establishConnection();
write(request);
} catch (IOExceptione) {
thrownewNetworkException(newResponse(request));
}
returnrequest;
}

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions