Unverified Commit 786992c8 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

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

parent 3d97e374
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -1848,8 +1848,6 @@ static ssize_t http2_send(struct connectdata *conn, int sockindex,
    goto fail;
  }

  hdbuf = end + 1;

  end = line_end;
  nva[2].name = (unsigned char *)":scheme";
  nva[2].namelen = strlen((char *)nva[2].name);