This commit is contained in:
liris
2014-03-18 08:37:55 +09:00
parent 1e24d2a5fd
commit a0e0d5f966

View File

@@ -251,7 +251,7 @@ class ABNF(object):
}
# data length threashold.
LENGTH_7 = 0x7d
LENGTH_7 = 0x7e
LENGTH_16 = 1 << 16
LENGTH_63 = 1 << 63