File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 20
20
"request" : " ~2"
21
21
},
22
22
"devDependencies" : {
23
- "coffee-script" : " ~1" ,
23
+ "coffee-script" : " ~1.7 " ,
24
24
"timerstub" : " *" ,
25
25
"mocha" : " *"
26
26
}
Original file line number Diff line number Diff line change @@ -176,9 +176,9 @@ readLengthPrefixedJSON = (res, callback) ->
176
176
# Copied from google's implementation. The contents of this aren't actually relevant,
177
177
# but I think its important that its pseudo-random so if the connection is compressed,
178
178
# it still recieves a bunch of bytes after the first message.
179
- ieJunk = " 7cca69475363026330a0d99468e88d23ce95e222591126443015f5f462d9a177186c8701fb45a6ffe
180
- e0daf1a178fc0f58cd309308fba7e6f011ac38c9cdd4580760f1d4560a84d5ca0355ecbbed2ab715a3350fe0c47
181
- 9050640bd0e77acec90c58c4d3dd0f5cf8d4510e68c8b12e087bd88cad349aafd2ab16b07b0b1b8276091217a44
179
+ ieJunk = " 7cca69475363026330a0d99468e88d23ce95e222591126443015f5f462d9a177186c8701fb45a6ffe\
180
+ e0daf1a178fc0f58cd309308fba7e6f011ac38c9cdd4580760f1d4560a84d5ca0355ecbbed2ab715a3350fe0c47\
181
+ 9050640bd0e77acec90c58c4d3dd0f5cf8d4510e68c8b12e087bd88cad349aafd2ab16b07b0b1b8276091217a44\
182
182
a9fe92fedacffff48092ee693af\n "
183
183
184
184
suite ' server' , ->
You can’t perform that action at this time.
0 commit comments