Skip to content

Log messages from IOException triggered in fetch method #168

@jabrena

Description

@jabrena

It is necessary to trace errors from fetch method:

  private Request fetch(Request request) throws NetworkException {
    try {
      request.establishConnection();
      write(request);
    } catch (IOException e) {
      throw new NetworkException(new Response(request));
    }
    return request;
  }

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