A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://github.com/openresty/redis2-nginx-module/commit/5044f16ccf7568b60bc8d7c79eb5d4d10e4227bc below:

fixed nil multi bulk replies in the reply parser. · openresty/redis2-nginx-module@5044f16 · GitHub

File tree Expand file treeCollapse file tree 5 files changed

+415

-369

lines changed

Filter options

Expand file treeCollapse file tree 5 files changed

+415

-369

lines changed Original file line number Diff line number Diff line change

@@ -46,8 +46,9 @@

46 46

chunk_count = ([1-9] digit*) >start_reading_count $read_count

47 47

;

48 48 49 -

multi_bulk_reply = "*" "0"+ CRLF @multi_bulk_finalize

50 -

| "*" chunk_count CRLF @start_reading_chunk

49 +

multi_bulk_reply = "*" "-1" CRLF @multi_bulk_finalize

50 +

| "*" "0"+ CRLF @multi_bulk_finalize

51 +

| "*" chunk_count CRLF @start_reading_chunk

51 52

protected_chunk+

52 53

@multi_bulk_finalize

53 54

;

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4