Unverified Commit 9474a5fe authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

http2: fix "Value stored to 'end' is never read" scan-build error

parent 786992c8
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1848,7 +1848,6 @@ static ssize_t http2_send(struct connectdata *conn, int sockindex,
    goto fail;
  }

  end = line_end;
  nva[2].name = (unsigned char *)":scheme";
  nva[2].namelen = strlen((char *)nva[2].name);
  if(conn->handler->flags & PROTOPT_SSL)