aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTORS.txt
diff options
context:
space:
mode:
authorPaul Yang <TeBoring@users.noreply.github.com>2018-01-05 13:05:07 -0800
committerGitHub <noreply@github.com>2018-01-05 13:05:07 -0800
commit3823897475df1a42229b15f970fbbdfa9d714804 (patch)
tree1efda4f74b5ba2aa86bfd9f6103d08908fb38e13 /CONTRIBUTORS.txt
parent5aa8f98894523b92b1dadd54062546ede706c9a6 (diff)
downloadprotobuf-3823897475df1a42229b15f970fbbdfa9d714804.tar.gz
protobuf-3823897475df1a42229b15f970fbbdfa9d714804.tar.bz2
protobuf-3823897475df1a42229b15f970fbbdfa9d714804.zip
Well known types are not initialized properly. (#4139)
Previously, within the same load period of protobuf module, well known types are not initialized correctly for the second request. The reason is that well known type are only initialized if a method local static variable is not set. However, that variable is not reset after request ends. Therefore, when the second request comes, the method local static variable is still set (by previous request) and well types are not initialized in this case.
Diffstat (limited to 'CONTRIBUTORS.txt')
0 files changed, 0 insertions, 0 deletions