Skip to content

Commit 34fc5fe

Browse files
committed
Fix. chunk end callback
1 parent bd76cfc commit 34fc5fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lceasy.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1326,7 +1326,7 @@ static int lcurl_easy_set_CHUNK_END_FUNCTION(lua_State *L){
13261326
lcurl_easy_t *p = lcurl_geteasy(L);
13271327
return lcurl_easy_set_callback(L, p, &p->chunk_end,
13281328
CURLOPT_CHUNK_END_FUNCTION, CURLOPT_CHUNK_DATA,
1329-
"chunk_end", lcurl_chunk_bgn_callback
1329+
"chunk_end", lcurl_chunk_end_callback
13301330
);
13311331
}
13321332

0 commit comments

Comments
 (0)