• Paul Yang's avatar
    Well known types are not initialized properly. (#4139) · 38238974
    Paul Yang authored
    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.
    38238974
protobuf.c 12.8 KB