changeset 720:3c09ccf97d80

Tests: typo.
author Sergey Kandaurov <pluknet@nginx.com>
date Mon, 28 Sep 2015 17:22:35 +0300
parents 91bedf9d60a7
children 4a1397cad0c0
files h2.t
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/h2.t
+++ b/h2.t
@@ -252,7 +252,7 @@ my %cframe = (
 #	2 => { name => 'PRIORITY', value => \&priority },
 	3 => { name => 'RST_STREAM', value => \&rst_stream },
 	4 => { name => 'SETTINGS', value => \&settings },
-#	5 => { name => 'PUSH_PROIMSE', value => \&push_promise },
+#	5 => { name => 'PUSH_PROMISE', value => \&push_promise },
 	6 => { name => 'PING', value => \&ping },
 	7 => { name => 'GOAWAY', value => \&goaway },
 	8 => { name => 'WINDOW_UPDATE', value => \&window_update },