https://bz.apache.org/bugzilla/show_bug.cgi?id=65159
--- Comment #13 from WJCarpenter <[email protected]> --- With the "#if 0" version of the code, I tried some experiments with curl making parallel requests (you need a recent version of curl to get the "-Z" option). Over a few trials, I did see a couple of entries where the counter value was the same. But in each case, the thread index was different, so the generated unique ID was OK. It's a complete side-issue, but anybody know why the code uses htons(counter)? Maybe there is a reason for it, but I don't see why we need the opaque value to be in network byte order. (If faked me out temporarily because I was seeing the counter go up by a couple hundred for each call.) -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
