Skip to content

Commit 639dae3

Browse files
committedOct 5, 2020
ws
1 parent 6b122ef commit 639dae3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
 

‎src/lsquic/request.lisp

-2
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,9 @@
3737
(count-hdrs (length all-headers))
3838
(pheaders (cffi:foreign-alloc '(:struct lsxpack-header) :count count-hdrs))
3939
(http-headers (cffi:foreign-alloc '(:struct http-headers))))
40-
4140
(dotimes (i count-hdrs)
4241
(let ((hdr (mem-aptr pheaders '(:struct lsxpack-header) i)))
4342
(make-lsxpack-header hdr (elt all-headers i))))
44-
4543
(with-foreign-slots ((count headers) http-headers (:struct http-headers))
4644
(setf count count-hdrs)
4745
(setf headers pheaders))

0 commit comments

Comments
 (0)
Please sign in to comment.