This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/src/ngx_http_streaming_module.c b/src/ngx_http_streaming_module.c | |
| index 8d565c9..a8df30e 100644 | |
| --- a/src/ngx_http_streaming_module.c | |
| +++ b/src/ngx_http_streaming_module.c | |
| @@ -155,10 +155,6 @@ static ngx_int_t ngx_streaming_handler(ngx_http_request_t *r) | |
| } | |
| /* TODO: Win32 */ | |
| - if (r->zero_in_uri) | |
| - { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| set-option -g prefix C-t | |
| bind t send-prefix | |
| unbind-key C-b | |
| set-option -g pane-base-index 1 | |
| set-window-option -g mode-keys vi | |
| bind t send-prefix | |
| bind r source-file ~/.tmux.conf |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| syntax on | |
| set number | |
| set autoindent | |
| set hlsearch | |
| set incsearch | |
| set nowrapscan | |
| set expandtab | |
| set tabstop=2 |