Skip to content

Commit

Permalink
Merge pull request #14 from neonsquare/master
Browse files Browse the repository at this point in the history
Fix DRAIN-EVBUFFER following my APPEND-ARRAY optimization
  • Loading branch information
orthecreedence committed Oct 5, 2012
2 parents c02213f + dff7298 commit 4865954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tcp.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@
(read-socket-data evbuffer
(lambda (data)
(if body
(setf body (append-array body data :element-type '(unsigned-byte 8)))
(setf body (append-array body data))
data))
:socket-is-evbuffer t)
body))
Expand Down

0 comments on commit 4865954

Please sign in to comment.