gotwebd: improve gotwebd_assign_querystring()
commitb38e9a2a1732c7dd3d16d76facf977f5a4c4a454
authorOmar Polo <op@omarpolo.com>
Thu, 16 Nov 2023 21:28:34 +0000 (16 21:28 +0000)
committerThomas Adam <thomas@xteddy.org>
Wed, 22 Nov 2023 22:46:45 +0000 (22 22:46 +0000)
tree65da4d8af29ddaa83a5d207875fb9611cf731214
parent14b59d10858a4042d92f9ec960c38c34fd7e39a6
gotwebd: improve gotwebd_assign_querystring()

This prevents the issues that we just hit with forgetting to remove
PREVID: instead of relying on the enum value to yield the size of
a table, use nitems().  Also, quit as soon as the matching key was
found, no need to iterate further.

ok stsp@
gotwebd/gotweb.c
gotwebd/gotwebd.h