aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arc.h
diff options
context:
space:
mode:
authorMarius Halden <marius.h@lden.org>2016-04-06 19:51:13 +0200
committerMarius Halden <marius.h@lden.org>2016-04-06 20:08:41 +0200
commitc9603a38774fb118d4aaa96e170674412ed7328a (patch)
tree313c945f48058e3f562e9e56dd68f5c0e4bf3e10 /lib/arc.h
parent64b42638fae4c2af5d334e64e96d748841f8618e (diff)
Ignore CAP END when received multiple times
This fixes a segfault when CAP END was received after the capabilty negotiation was already over.
Diffstat (limited to 'lib/arc.h')
0 files changed, 0 insertions, 0 deletions
ption> Unnamed repository; edit this file 'description' to name the repository.MimesBrønn
aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/rails-2.1.0/railties/lib/commands/servers/webrick.rb
blob: 18c8897cc8d348869b180c4515a3b3739a5f3505 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66